cURL
curl --request GET \ --url 'https://api.example.com/v3/search/suggestions?api_key='
{ "suggestions_request_id": "<string>", "suggestions": [ { "suggestions_result_id": "<string>", "query": "<string>", "type": "query" } ] }
1
Successful Response
List of suggestions for search queries and product listings that should be shown to the user while they are typing.
Show child attributes
Was this page helpful?