Authorizations
Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Query Parameters
Page number for pagination (starts at 1)
Required range:
x >= 1Maximum number of products to return (1-100)
Required range:
1 <= x <= 100JSON-stringified filter array. Each filter is an array of [field, value] or [field, operator, value]. Example: [["type", "PRODUCT"]]
Example:
"[[\"type\",\"PRODUCT\"]]"
Comma-separated list of fields to include in the response. The fields id, name, and type are always included regardless of this parameter.
Example:
"id,name,type,price,image"