cURL
curl --request GET \ --url https://api.catalogix.ai/v1/complementary \ --header 'Authorization: Bearer <token>'
{ "status": { "code": 0, "message": "SUCCESS", "request_id": "8c8b2b7e-23d7-4c2a-91b0-2a7c4dfbb312" }, "data": { "categories": [ { "title": "TOPWEAR", "products": [ {} ] } ] } }
Return categories of products that complement the given product code.
Pass the API token as a Bearer token in the Authorization header.
Optional trace ID
Store identifier used to resolve store name
Product code of the source product
Complementary product categories
Show child attributes