cURL
curl --location --request GET 'https://api.catalogix.ai/v1/products?sku_codes=CI001&store_uuid=67762d4ce590324df813bd8c' \ --header 'apikey: apikey'
{ "status": { "code": 0, "message": "success" }, "data": { "store_uuid": "67762d4ce590324df813bd8c", "data": [ { "CI001": { "Category": "shirts", "product_code": "CI001", "status": "active" } } ] } }
Retrieves product data.
"API key"
"67762d4ce590324df813bd8c"
List of SKU Codes or Style codes based on selected type to be retrieved
"CI001"
Data retrieval successful
Status of the operation, including code and message
Show child attributes
Data including store UUID, marketplace, and associated SKU data