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

> List recent orders at a linked merchant.

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

List recent orders at a linked merchant.

## Inputs

| Field                   | Type   | Description                     |
| ----------------------- | ------ | ------------------------------- |
| `merchant` *(required)* | string |                                 |
| `limit`                 | number | max orders (default 10, max 50) |

## Returns

None.

## Example call

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