Skip to main content
Scopes subsequent searches and the cart to one store within a multi-store merchant (DoorDash). Use the store id from buy_search_stores.
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.
store_idstringYesThe store id from buy_search_stores.

Returns

Confirmation of the selected store by name. From then on, product searches and the cart are scoped to that store. Failures return a short error message.

Example

{ "name": "buy_select_store", "arguments": { "merchant": "doordash", "store_id": "store_2841" } }