Query Parameters
Maximum number of prices to return per page (1-999).
Filter prices by specific fields. Use array notation:
filters[0][0]=field_name&filters[0][1]=value. Supported fields: id, product_id, list_id.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
| Field | Type | Description |
|---|---|---|
id | integer | Unique identifier for the price entry. |
list_id | integer | ID of the price list this price belongs to. |
product_id | integer | ID of the product this price applies to. |
price | number | The product’s price within this price list. |
product | object (nullable) | The related product. Included only when requested via with[]=product. See Product object. |
list | object (nullable) | The related price list. Included only when requested via with[]=list. See Price List object. |