v1

latestOpenAPI 3.0.02026-07-2697447.3 KB
Store products

Search store products

Endpoint for fast full-text product search. This returns only what is indexed in Algolia and does not hit the database.

get/v1/store-products/search

Query parameters

pageinteger
takeinteger
store_idsstring[] required
querystring required
activeboolean

Response

Example response

{
  "data": [
    {
      "base_retail_price": "199.99",
      "target_margin": "199.99"
    }
  ]
}