cURL
curl --request GET \ --url https://api.catalogix.ai/v1/collection/hierarchy \ --header 'Authorization: Bearer <token>'
{ "status": { "code": 0, "message": "SUCCESS", "request_id": "8c8b2b7e-23d7-4c2a-91b0-2a7c4dfbb312" }, "data": { "vendor": "69785f41c2c01fdb81c697b3", "association": [ { "children": [ {} ], "collectionId": "<string>", "collectionName": "<string>", "collectionUrl": "<string>" } ] } }
Retrieve the collection hierarchy (parent-child structure) for a store.
Pass the API token as a Bearer token in the Authorization header.
Optional trace ID
Store identifier
Collection hierarchy retrieved successfully
Show child attributes