Skip to content
Guides
API reference
stable

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/autocomplete

Returns 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
Formatint32

Response 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"  }]