Products
Create a product
Creates a new product.
POST
/
products
Body parameters
The name of the product.
The description of the product.
Up to 8 URLs of images of the product.
A Set of key-value pairs that can be used to store additional information about the product.
Returns
If the request is successful, it returns a product object.