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
Display name of the product.
Minimum length:
3
Example:
"SunShield Pro UV-Blocking Sunglasses"
Code passed by the caller to determine taxability for this product. Default value, TPP, will be taxable in every jurisdiction. Additional values are available here.
Example:
"TPP"
Brief description of the product.
Minimum length:
3
Response
200
application/json
Create product response.
Example:
"Successfully updated product."