get https://{shopdomain}.myshoplaza.com/openapi/2022-01/collects/
The Collect Details API allows you to retrieve detailed information about a specific collect entry by its unique ID. This endpoint is useful for fetching data about the relationship between a product and its associated collection, including metadata like position, timestamps, and IDs.
Response Explanation
Collect Response Fields
Status Code | Message | Possible Reason | Example Response |
---|---|---|---|
400 | Bad Request | Invalid input format or request structure (e.g., missing required fields or incorrect data types). | Bad Request |
Unauthorized | The request is missing valid authentication credentials or the credentials provided are invalid. | Unauthorized | |
422 | Invalid or empty collect_id | missing required collect_id or collect_id with incorrect UUID types | { "errors": [ "collect_id has an invalid UUID"]} |
Collect not found | The Collect ID provided in the request does not exist. | { "errors": ["Record not found"] } |