Skip to main content
Lists the delivery addresses saved on a linked merchant account. Use it to find an address id for buy_set_default_address.
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)

Returns

One line per saved address with its label or street, the full printable address when available, and its id. If the account has none you get “No saved addresses.” Failures return a short error message.

Example

{ "name": "buy_addresses", "arguments": { "merchant": "doordash" } }