> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# buy_track_order

> Check the status and ETA of a placed order

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?".

<Note>Not advertised in `tools/list` by default — the [buy](/companies/mcp/tools/buy) tool covers this conversationally. Expert integrations can still call it by name.</Note>

## Parameters

| Parameter  | Type   | Required | Description                            |
| ---------- | ------ | -------- | -------------------------------------- |
| `merchant` | string | Yes      | Merchant slug (for example `doordash`) |
| `order_id` | string | Yes      | The 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

```json theme={null}
{ "name": "buy_track_order", "arguments": { "merchant": "doordash", "order_id": "ord_9f2k1" } }
```
