Batch create products in a catalog
Documentation Index
Fetch the complete documentation index at: https://docs.joinrefine.io/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Organization ID (UUID)
Catalog ID (UUID)
Product ID (SKU)
"sku001"
Catalog ID (must match path parameter)
Product image URL
"https://cdn.site.com/p/sku001.jpg"
Product description (will be converted to lowercase)
"Red Linen Dress"
Additional product metadata
{
"color": "red",
"size": "S",
"price": 119.99
}