Purpose
Retrieve stop list data for specific products. The stop list indicates product limitations such as stock limits. If a product is not returned in the response, it means that product does not have any stop list limitations.HTTP Request
Query Parameters
Filters
You can filter by product IDs to get stop list data for specific products.Filter Syntax
To filter by product IDs, use the following format:1 and 332.
Request Example
Response
200 OK — Success
Returns an array of stop list entries for the requested products. If a product does not have stop list limitations, it will not appear in the response.When no products are on the stop list, the response returns an empty
data array: {"success": true, "data": []}. This is normal and indicates no products currently have stock limitations.400 Bad Request — Invalid Parameters
401 Unauthorized — Missing Header
Field Reference
Stop List Entry Object
Notes
- The
idfield in the response represents theproduct_id. - If a product is not included in the response data, it means that product does not have any stop list limitations.
- Use the
filtersparameter to query specific products by their IDs. - The
limitfield indicates the available stock limit. A value of0typically means the product is unavailable. - The
timestampfield shows when the stop list entry was last updated, useful for tracking changes.