Skip to main content
POST
/
v1
/
public
/
catalog
/
search
Search the storefront catalog
curl --request POST \
  --url https://{operatorDomain}/v1/public/catalog/search \
  --header 'Content-Type: application/json' \
  --data '
{
  "vertical": "products",
  "query": "<string>",
  "mode": "hybrid",
  "filters": [
    {}
  ],
  "facets": [
    {
      "field": "<string>",
      "limit": 123
    }
  ],
  "pagination": {
    "limit": 123,
    "cursor": "<string>"
  },
  "market": "<string>",
  "locale": "<string>"
}
'
{
  "vertical": "<string>",
  "mode": "<string>",
  "total": 123,
  "hits": [
    {}
  ],
  "cards": [
    {}
  ],
  "facets": {}
}

Body

application/json
vertical
string
required
Example:

"products"

query
string
mode
enum<string>
default:hybrid
Available options:
keyword,
semantic,
hybrid
sort
enum<string>
Available options:
relevance,
price-asc,
price-desc,
departure-asc,
newest
projection
enum<string>
Available options:
raw,
storefront-card
filters
object[]
facets
object[]
pagination
object
market
string
locale
string

Response

200 - application/json

Search results

vertical
string
mode
string
total
integer
hits
object[]
cards
object[]
facets
object