# Order

Base order information shared across all purchase flows:

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

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

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