Skip to main content
GET
List Price Lists

Authorizations

x-token
string
header
required

JWT access token obtained from /v2/auth endpoint

Query Parameters

limit
integer
default:50

Maximum number of price lists to return per page (1-999).

Required range: 1 <= x <= 999
sort
string[][]

Sort the results. Supported fields: id, name, created_at. Use array notation, e.g. sort[0][0]=name&sort[0][1]=asc.

with[]
enum<string>[]

Include related data in the response. Supported values: prices.

Available options:
prices
selects
string

Comma-separated list of fields to include in the response.

Example:

"id,name,status"

Response

Price lists retrieved successfully.

data
object[]
pagination
object