> 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/orderitem.md).

# OrderItem

Represents a minted token (or group of tokens) within a purchase order.

| Field    | Type                                    | Required | Description                               |
| -------- | --------------------------------------- | -------- | ----------------------------------------- |
| total    | [Cost](/client-sdk/reference/cost.md)   | ✅        | Cost allocation for this specific item    |
| token    | [Token](/client-sdk/reference/token.md) | ✅        | Token metadata (contract, media, tokenId) |
| quantity | number                                  | ✅        | Number of tokens represented by this item |
