Skip to main content
This endpoint retrieves the individual prices stored across all price lists. Each entry maps a product to its price within a specific price list, letting you read product pricing per channel without loading every list separately.
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 prices to return per page (1-999).
array
Filter prices by specific fields. Use array notation: filters[0][0]=field_name&filters[0][1]=value. Supported fields: id, product_id, list_id.
array
Include related data in the response. Supported values: product (embeds the related product) and list (embeds the related price list).

Request Example

Response Example

Field Reference

Price Object