Authorizations
API key for authentication
Path Parameters
Organization ID (UUID)
Catalog ID (UUID)
Body
application/json · object[]
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
}