Products
Update product
Update an existing product by id.
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"
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
Response
200
application/json
Create product response.
Example:
"Successfully updated product."