Products
Create a product
Creates a new product.
POST
/
products
Body parameters
name
string
requiredThe name of the product.
description
string
The description of the product.
images
string[]
Up to 8 URLs of images of the product.
metadata
key-value array
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.