> ## 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

> Status of a placed order (order id from buy_order_history or the placement confirmation): retail orders carry the retailer's own order number, its quoted deliv…

Connect to `https://mcp.agentcard.sh/mcp` with the **user's connection token** (or a `buy_token` for org-owned accounts).

**Behavior:** read-only, idempotent.

<Note>Not in the default `tools/list`. It is still callable by exact name, and appears when the client sends the `x-expert-tools: 1` header.</Note>

## What it does

Status of a placed order (order id from buy\_order\_history or the placement confirmation): retail orders carry the retailer's own order number, its quoted delivery window and final total once it confirms, and carrier tracking once shipped.

## Inputs

| Field                   | Type   | Description                           |
| ----------------------- | ------ | ------------------------------------- |
| `merchant` *(required)* | string |                                       |
| `order_id` *(required)* | string | the order id from buy\_order\_history |

## Returns

None.

## Example call

```json theme={null}
{
  "tool": "buy_track_order",
  "arguments": {
    "merchant": "\u2026",
    "order_id": "\u2026"
  }
}
```
