Skip to content

getSearchSuggestions.v1

POST
/shopgate.catalog.getSearchSuggestions.v1

Used to send incomplete SearchPhrases to autocomplete/suggest a full searchPhrase

Media typeapplication/json
object
searchPhrase

The (partial) search string.

string
>= 2 characters
Examplegenerated
{
"searchPhrase": "example"
}

List of found suggestions

Media typeapplication/json
object
suggestions
Array<string>
Example
{
"suggestions": [
"string"
]
}