Autocomplete Menu Item Search

GET {{baseUrl}}/food/menuItems/suggest?query=chicke&number=10

Generate suggestions for menu items based on a (partial) query. The matches will be found by looking in the title only.

Request Params

KeyDatatypeRequiredDescription
querystring(Required) The (partial) search query.
numbernumberThe number of results to return (between 1 and 25).

RESPONSES

status: OK

{"results":[{"id":253419,"title":"pei wei asian diner thai chicken lettuce wraps"},{"id":380722,"title":"camille's chicken caesar salad includes 2 oz. caesar dressing"}]}