Get stop list data for specific products
| Parameter | Type | Required | Description |
|---|---|---|---|
filters[0][0] | string | No | Filter field name. Use "id" to filter by product ID. |
filters[0][1] | array | No | Array of product IDs to filter. |
1 and 332.
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates the result of the request. |
data | array | Array of stop list entries. If empty or a product is missing, that product has no stop list limitations. |
| Field | Type | Description |
|---|---|---|
id | integer | Product ID. This corresponds to the product identifier. |
limit | integer | Stock limit for the product. 0 means the product is out of stock or has no available quantity. |
timestamp | integer | Unix timestamp (in milliseconds) when the stop list entry was last updated. |
id field in the response represents the product_id.filters parameter to query specific products by their IDs.limit field indicates the available stock limit. A value of 0 typically means the product is unavailable.timestamp field shows when the stop list entry was last updated, useful for tracking changes.Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Filter field name. Use 'id' to filter by product ID.
"id"
Array of product IDs to filter. Use multiple parameters like filters[0][1][0]=1&filters[0][1][1]=332