getSearchSuggestions.v1
POST
/shopgate.catalog.getSearchSuggestions.v1
Used to send incomplete SearchPhrases to autocomplete/suggest a full searchPhrase
Request Body
Section titled “Request Body”Media typeapplication/json
object
searchPhrase
The (partial) search string.
string
Examplegenerated
{ "searchPhrase": "example"}Responses
Section titled “Responses”List of found suggestions
Media typeapplication/json
object
suggestions
Array<string>
Example
{ "suggestions": [ "string" ]}
