POST
/
products

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
corporation_id
string
required

The unique identifier for the corporation associated.

name
string
required

The name of the product.

sku
string
required

The unique identifier for this product. It should be unique across the corporation.

customs_jurisdiction_details
object

A mapping of ISO 3166 country codes to their respective Harmonized System (HS) codes for customs classification.

description
string

A one line description about the product.

tax_code
enum<string>

Tax code to define how a product should be charged for sales tax. (More options coming soon).

Available options:
TPP
volume_in_liters
number

The volume of the product in liters.

weight_in_kg
number

The weight of the product in kilograms.

Response

200 - application/json
data
object
message
string