API reference
Autocomplete storefront products
Returns suggestions while the shopper types. Built for a search box, not for a listing: use the product search endpoint for results pages.
GET
/v1/search/autocompleteReturns suggestions while the shopper types. Built for a search box, not for a listing: use the product search endpoint for results pages.
Query Parameters
SellerId?null|string
Search*string
Limit*integer
Format
int32Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/search/autocomplete?Search=string&Limit=0"[ { "id": "string", "name": "string", "slug": "string", "imageUrl": "string" }]