Autocomplete Product Search
GET {{baseUrl}}/food/products/suggest?query=chicke&number=10
Generate suggestions for grocery products based on a (partial) query. The matches will be found by looking in the title only.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
query | string | (Required) The (partial) search query. | |
number | number | The number of results to return (between 1 and 25). |
RESPONSES
status: OK
{"results":[{"id":208698,"title":"buddig premium deli chicken breast - rotisserie flavored"},{"id":41291,"title":"tyson all natural chicken breasts tenderloins"}]}