> For the complete documentation index, see [llms.txt](https://docs.manifold.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manifold.xyz/client-sdk/reference/order.md).

# Order

Base order information shared across all purchase flows:

| Field            | Type                                  | Required | Description                                    |
| ---------------- | ------------------------------------- | -------- | ---------------------------------------------- |
| recipientAddress | string                                | ✅        | Wallet address that receives the minted tokens |
| total            | [Cost](/client-sdk/reference/cost.md) | ✅        | Total cost for this purchase flow              |

`TokenOrder` extends `Order` and is returned when mint results are available:

| Field | Type                                               | Required | Description                                                                |
| ----- | -------------------------------------------------- | -------- | -------------------------------------------------------------------------- |
| items | [OrderItem](/client-sdk/reference/orderitem.md)\[] | ✅        | Detailed list of minted tokens with quantities and per-item cost breakdown |
