Skip to main content
This endpoint retrieves 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 dedicated price list for delivery orders that differs from in-store prices.
This endpoint requires authentication. Include your JWT in the x-token header. See Authentication for how to obtain a token and Errors for error responses.

Query Parameters

integer
default:"50"
Maximum number of price lists to return per page (1-999).
array
Include related data in the response. Supported value: prices — embeds the individual product prices that belong to each list.
array
Sort the results. Supported fields: id, name, created_at. Use array notation, e.g. sort[0][0]=name&sort[0][1]=asc.
string
Comma-separated list of fields to include in the response (e.g. id,name,status).

Request Example

Response Example

Field Reference

Price List Object