Skip to main content
Finds orderable stores within a multi-store merchant (DoorDash) by name, so you can pick one with buy_select_store before searching products. Single-store merchants (a Rappi region, Good Eggs) do not need this.
Not advertised in tools/list by default — the buy tool covers this conversationally. Expert integrations can still call it by name.

Parameters

ParameterTypeRequiredDescription
merchantstringYesThe multi-store merchant slug.
querystringYesThe store name to search for.

Returns

A line per matching store with its name and id, plus its kind and address when available. Pass a store id to buy_select_store to scope shopping to it. If nothing matches, it returns “No stores found.”

Example

{ "name": "buy_search_stores", "arguments": { "merchant": "doordash", "query": "Zuni Cafe" } }