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 onlymax_price to find products below a given price.
Currency
Pass acurrency 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