Price Lists
List Price Lists
Retrieve all price lists. A price list is a named set of product prices that can be applied to specific venues or sales channels (for example, a separate menu price list for delivery).
GET
List Price Lists
Authorizations
JWT access token obtained from /v2/auth endpoint
Query Parameters
Maximum number of price lists to return per page (1-999).
Required range:
1 <= x <= 999Sort the results. Supported fields: id, name, created_at. Use array notation, e.g. sort[0][0]=name&sort[0][1]=asc.
Include related data in the response. Supported values: prices.
Available options:
prices Comma-separated list of fields to include in the response.
Example:
"id,name,status"
List Price Lists