Products
Create product
POST
/
products
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredThe name of the product.
sku
string
requiredThe unique identifier for this product. It should be unique across the corporation.
corporation_id
string
requiredThe 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