v1

latestOpenAPI 3.0.0MIT2026-07-147825.1 KB
Product List Page

Get list of suggested terms similar to the search term

Lists suggested terms similar to the search term.

get/search_suggestions

Query parameters

querystring

Search term. It can contain any character.

localestring nullable

Indicates the target language as a BCP 47 language code. The Intelligent Search must have indexed the account in the target language.

Response

OK

Example response

{
  "searches": [
    {
      "count": 66,
      "term": "mountain bike"
    },
    {
      "count": 121,
      "term": "bike helmet"
    },
    {
      "count": 78,
      "term": "electric bike"
    },
    {
      "count": 161,
      "term": "bike rack"
    },
    {
      "count": 28,
      "term": "road bike"
    }
  ]
}