cURL
curl --location --request PUT 'https://api.catalogix.ai/v1/products?store_uuid=67762d4ce590324df813bd8c' \ --header 'apikey: apikey' \ --header 'Content-Type: application/json' \ --data-raw '[ { "product_code": "CI001", "Category": "Shirts", "Department": "Men", "Status": "inactive" } ]'
{ "status": { "code": 0, "message": "success" }, "data": { "store_uuid": "67762d4ce590324df813bd8c", "failed_products": [ { "metadata": { "product_code": "CI001", "errors": [ "Status" ] } } ], "updated_skus": [ "CI001" ], "unavailable_skus": [ "CI00000000" ] } }
Updates existing product data.
Unique identifier for the product. Cannot be updated
"CI001"
new
active
problem
inactive
draft
under review
"inactive"
Update successful
Status of the operation
Show child attributes
Data containing updated and unavailable SKUs