cURL
curl --request GET \ --url https://api.catalogix.ai/v1/stores \ --header 'Authorization: Bearer <token>'
{ "status": { "code": 0, "message": "success", "request_id": "8c8b2b7e-23d7-4c2a-91b0-2a7c4dfbb312" }, "data": { "store_name": "Sample store", "workspace_id": "Sample store", "linked_store_id": "linked store", "store_website": "https://test.com", "country": [ "India" ], "channels": { "SMP": 34 }, "store_taxonomy": "Catalogix" } }
Pass the API token as a Bearer token in the Authorization header.
Optional trace ID. If not provided, one is generated automatically
Store identifier
"67762d4ce590324df813bd8c"
Successful Response
Status of the operation, including code and message
Show child attributes
store UUID, marketplace, and associated store info