Products
Create Products
Create and categorize a new product
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The ID of the product
The name of the product
The category of the product
Response
200
application/json
Product creation response
The type of object: tax.product
.
The ID of the created product
The name of the created product
The category of the created product
Epoch datetime representing the date and time the product was created
Epoch datetime representing the date and time the product was last updated
True
if using a production API key. False
if using a test API key.