Skip to main content
GET
List Prices

Authorizations

x-token
string
header
required

JWT access token obtained from /v2/auth endpoint

Query Parameters

limit
integer
default:50

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

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

Filter prices by specific fields. Use array notation: filters[0][0]=field_name&filters[0][1]=value. Supported fields: id, product_id, list_id.

with[]
enum<string>[]

Include related data in the response. Supported values: product, list.

Available options:
product,
list

Response

Prices retrieved successfully.

data
object[]
pagination
object