Retrieve all products with optional filtering and pagination
Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Page number for pagination (starts at 1)
x >= 1Maximum number of products to return (1-100)
1 <= x <= 100JSON-stringified filter array. Each filter is an array of [field, value] or [field, operator, value]. Example: [["type", "PRODUCT"]]
"[[\"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.
"id,name,type,price,image"