Create Products
Product Operations
Create Products
Batch create products in a catalog
POST
Create Products
Authorizations
API key for authentication
Path Parameters
Organization ID (UUID)
Catalog ID (UUID)
Body
application/json
Product ID (SKU)
Example:
"sku001"
Catalog ID (must match path parameter)
Product image URL
Example:
"https://cdn.site.com/p/sku001.jpg"
Product description (will be converted to lowercase)
Example:
"Red Linen Dress"
Additional product metadata
Example:
{
"color": "red",
"size": "S",
"price": 119.99
}