Core APIs
...
Parameters
Utility Requests
Autocomplete
3min
GET /request
When making a request with the type parameter set to type=autocomplete BlueCart API will return autocomplete suggestions for the search term specified in the search_term parameter.
Autocomplete Suggestions
For example, to request autocomplete suggestions for the search term memory the request would be:
The following parameters are available for all requests made when type=autocomplete .
Parameter | Required | Description |
---|---|---|
search_term | required | The search term to get autocomplete suggestions for. |
Next Steps Autocomplete Results