Skip to main content
  • Added POST /v1/browse — list and page through products for a brand, website, or category, ideal for static grid views. Access is restricted; contact us to enable it
  • Added mode to POST /v1/search config — choose default (lexical + semantic, recommended), keyword (lexical only, lowest latency), or agentic (LLM-planned sub-searches for complex queries). Deprecated keyword_search_only; true is equivalent to mode=keyword
  • Added sale filter to POST /v1/search — pass on_sale to only return products with at least one offer priced below its compare-at price
  • Updated condition filter to require at least one offer matching the requested condition, locale, and any price filter — offers without condition data are indexed as new
  • Added condition to product offer models — new, refurbished, or used, or null when unknown
  • Added country parameter to brand and website endpoints — commission rates now reflect the requested country (default US)