POST
/
products

Authorizations

Authorization
string
headerrequired

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

Body

application/json
name
string
required

The name of the product.

sku
string
required

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

corporation_id
string
required

The unique identifier for the corporation associated.

tax_code
enum<string>

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

Available options:
TPP
description
string

A one line description about the product.

customs_jurisdiction_details
object

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

weight_in_kg
number

The weight of the product in kilograms.

volume_in_liters
number

The volume of the product in liters.

Response

200 - application/json
data
object
message
string