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:
2
Maximum character length: 30
The description of the product e.g. “Red shirt”.Minimum character length:
2
Maximum character length: 50
The category of the product e.g. “Clothing”.Minimum character length:
2
Maximum character length: 30
The price of the product in your organization’s currency e.g 55.21.Minimum:
1.00
Maximum: 999999999.99
The length of the product (in inches, rounded up).Minimum:
4
Maximum: 50
The width of the product (in inches, rounded up).Minimum:
4
Maximum: 50
The height of the product (in inches, rounded up).Minimum:
1
Maximum: 50
The weight of the product (in pounds, rounded up).Minimum:
1
Maximum: 50
Status 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.