Product APIs
PUTUpdate Product
Updates existing product data.
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_uuidstringrequiredExample:
67762d4ce590324df813bd8cHeaders
X-Request-IdstringOptional trace ID. If not provided, one is generated automatically
Body
application/json required
An array of objects. Each item:
statusstringAllowed:
active new problem inactive draft under reviewExample:
inactiveproduct_codestringrequiredUnique identifier for the product (SKU code)
Example:
CI001Responses
200Update successful
statusobjectrequiredStatus of the operation
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-2a7c4dfbb312dataobjectrequiredData containing updated and unavailable SKUs
Fields
store_uuidstringrequiredUnique identifier for the store
Example:
67762d4ce590324df813bd8cfailed_productsobjectProducts that failed to update. Keyed by product_code with error details as value.
updated_skusstring[]default: ["CI001"]List of Products that were successfully updated
unavailable_skusstring[]default: ["CI00000000"]List of Products that were unavailable for update
400Invalid 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 token404Mapping profile not found
statusstringdefault: "error"The status of the request, typically 'error'
detailstringrequiredA description of the error
413Payload too large
statusstringdefault: "error"The status of the request, typically 'error'
detailstringrequiredA description of the error
422Validation Error
detailobject[]Item fields
locstring | integer[]requireddefault: ["body",""]msgstringrequireddefault: "Field Required"typestringrequireddefault: "missing"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.