Skip to main content
Gets the status and ETA of a placed order, using an order id from buy_order_history. Use it to answer “where is my order?”.
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)
order_idstringYesThe order id from buy_order_history

Returns

A short summary line with the store name and order status, plus the ETA, the scheduled delivery time, and the placed time when the merchant provides them. Failures return a short error message.

Example

{ "name": "buy_track_order", "arguments": { "merchant": "doordash", "order_id": "ord_9f2k1" } }