cURL
curl --location --request GET 'https://api.catalogix.ai/v1/products/status?store_uuid=67762d4ce590324df813bd8c&offset=0&limit=100&status=active' \ --header 'apikey: apikey'
{ "status": { "code": 0, "message": "success" }, "data": { "store_uuid": "67762d4ce590324df813bd8c", "data": [ { "CI001": { "Category": "shirts", "product_code": "CI001", "status": "active" } } ] } }
Retrieves product data based on status.
"api key"
"67762d4ce590324df813bd8c"
new
active
problem
inactive
draft
under review
"active"
x >= 0
0
100
Data retrieval successful
Status of the operation, including code and message
Show child attributes
Data including store UUID, marketplace, and associated SKU data