Skip to main content
Add a price filter to find products with offers greater than min_price and less than max_price. Either bound is optional; set only one to create an open-ended range.
Price filters apply at the offer level, not the product level. A product passes the price filter if any of its offers falls within the range.

Basic price range

Under a price ceiling

Set only max_price to find products below a given price.

Currency

Pass a currency parameter alongside the price filter to search in a non-USD currency.

Combining with other filters

Price filters compose freely with all other filters.
TypeScript