post https://api.omnisend.com/v3/products
Create new product.
Variants
At least one variant is required for each product.
A variant can use the same ID (productID
) and title (title
) as the parent product.
Responses
Create new product.
Variants
At least one variant is required for each product.
A variant can use the same ID (productID
) and title (title
) as the parent product.
xxxxxxxxxx
curl --request POST \
--url https://api.omnisend.com/v3/products \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"status":"inStock"}'
Try It!
to start a request and see the response here! Or choose an example: