cURL
curl --location --request PUT 'https://api.catalogix.ai/v1/products?store_uuid=67762d4ce590324df813bd8c' \ --header 'Authorization: Bearer YOUR_TOKEN' \ --header 'Content-Type: application/json' \ --data-raw '[ { "product_code": "CI001", "Category": "Shirts", "Department": "Men", "Status": "inactive" } ]'
{ "status": { "code": 0, "message": "success", "request_id": "8c8b2b7e-23d7-4c2a-91b0-2a7c4dfbb312" }, "data": { "store_uuid": "67762d4ce590324df813bd8c", "failed_products": { "SKU003": { "Color": "invalid value" } }, "updated_skus": [ "CI001" ], "unavailable_skus": [ "CI00000000" ] } }
Updates existing product data.
Pass the API token as a Bearer token in the Authorization header.
Optional trace ID. If not provided, one is generated automatically
Unique identifier for the product (SKU code)
"CI001"
active
new
problem
inactive
draft
under review
"inactive"
Update successful
Status of the operation
Show child attributes
Data containing updated and unavailable SKUs