Overview
This endpoint can be used to create a product. Endpoint:/api/v1/products
Method: POST
Request
The unique SKU or internal reference code for the product. For example, “1356284”.Minimum character length:
2Maximum character length: 30The description of the product e.g. “Red shirt”.Minimum character length:
2Maximum character length: 50The category of the product e.g. “Clothing”.Minimum character length:
2Maximum character length: 30The price of the product in your organization’s currency e.g 55.21.Minimum:
1.00Maximum: 999999999.99The length of the product (in inches, rounded up).Minimum:
4Maximum: 50The width of the product (in inches, rounded up).Minimum:
4Maximum: 50The height of the product (in inches, rounded up).Minimum:
1Maximum: 50The weight of the product (in pounds, rounded up).Minimum:
1Maximum: 50Status indicating whether the product may be returned.
Response
If the product is successfully created, the API will return a201 Created status code.
The response will contain the following content:
The ID of the newly created product.