Skip to main content
Sets the default delivery address on a linked merchant account, using an id from buy_addresses. New orders default to it.
Not advertised in tools/list by default — the buy tool covers this conversationally. Expert integrations can still call it by name.

Parameters

ParameterTypeRequiredDescription
merchantstringYesMerchant slug (for example doordash)
address_idstringYesThe address id from buy_addresses

Returns

A confirmation that the default delivery address is set, including the address id. Failures return a short error message.

Example

{ "name": "buy_set_default_address", "arguments": { "merchant": "doordash", "address_id": "addr_77h2" } }