v1

latestSwagger 2.02026-07-17148179252.3 KB
PriceLists

Fetches the Price Records associated with a particular Price List, using a filter.

get/pricelists/{price_list_id}/records

Query parameters

variant_idinteger

The ID of the Variant whose prices were requested.

product_idstring

A comma-separated list of ids of Products whose prices were requested.

currencystring ISO-4217

Filter items by currency.

pageinteger

Specifies the page number in a limited (paginated) list of products.

limitinteger

Controls the number of items per page in a limited (paginated) list of products.

include'bulk_pricing_tiers' | 'sku'

Sub-resources to include on a price record, in a comma-separated list. Valid expansions currently include bulk_pricing_tiers and sku. Other valies will be ignored.

pricenumber

Filter items by price.

sale_pricenumber

Filter items by sale_price.

retail_pricenumber

Filter items by retail_price.

map_pricenumber

Filter items by map_price.

calculated_pricenumber

Filter items by calculated_price.

date_createdstring date-time

Filter items by date_created.

date_modifiedstring date-time

Filter items by date_modified.

skustring

Filter items by sku.

Response

An array of prices and metadata.