Products
Create product
Create a new product for a corporation.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The name of the product.
Example:
"SunShield Pro UV-Blocking Sunglasses"
The unique identifier for this product. It should be unique across the corporation.
Example:
"PT-1035"
The unique identifier for the corporation associated.
Example:
"b6d009b0-d174-463f-b030-94643c28e209"
Tax code to define how a product should be charged for sales tax. (More options coming soon).
Available options:
TPP
A one line description about the product.
A mapping of ISO 3166 country codes to their respective Harmonized System (HS) codes for customs classification.
Example:
{ "US": "4905.90.20.00" }
The weight of the product in kilograms.
Example:
3.5
The volume of the product in liters.
Example:
3.5