Store APIs
GETRetrieve Store Details
Requests go to the live API through streamoid.com and act on your real data.
Authorization
AuthorizationstringrequiredheaderBearer token,
Bearer <token>. Create one under Tokens in your workspace.Query parameters
store_uuidstringrequiredStore identifier
Example:
67762d4ce590324df813bd8cHeaders
X-Request-IdstringOptional trace ID. If not provided, one is generated automatically
Responses
200Successful Response
statusobjectrequiredStatus of the operation, including code and message
Fields
codeintegerrequiredStatus code of the operation. 1 means success. -1 means failure. 0 means process moved to background
Example:
0messagestringrequiredMessage describing the status
Example:
successrequest_idstringUnique trace ID for the request. Echoed from X-Request-Id header or auto-generated.
Example:
8c8b2b7e-23d7-4c2a-91b0-2a7c4dfbb312dataobjectrequiredstore UUID, marketplace, and associated store info
Fields
store_namestringExample:
Sample storeworkspace_idstringExample:
Sample storelinked_store_idstringExample:
linked storestore_websitestringExample:
https://test.comcountrystring[]channelsobjectstore_taxonomystringExample:
Catalogix400Invalid data format
statusstringdefault: "error"The status of the request, typically 'error'
detailstringrequiredA description of the error
401Unauthorized – Bearer token missing or invalid
statusobjectFields
codeintegerExample:
-1messagestringExample:
Unauthorized – invalid or missing Bearer token404not found
statusstringdefault: "error"The status of the request, typically 'error'
detailstringrequiredA description of the error
500Internal server error
statusobjectFields
codeintegerExample:
-1messagestringExample:
Internal server error. Please contact support@catalogix.ai502Downstream service unavailable
statusstringdefault: "error"The status of the request, typically 'error'
detailstringrequiredA description of the error
Something missing or unclear? Write to support@streamoid.com.