> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CartItem

> CartItem data type.

## Properties

| Name                  | Type   | Description                                                                                                    |
| :-------------------- | :----- | :------------------------------------------------------------------------------------------------------------- |
| Description           | String | Description of the catalog item.                                                                               |
| DisplayName           | String | Display name for the catalog item.                                                                             |
| ItemClass             | String | Class name to which catalog item belongs.                                                                      |
| ItemId                | String | Unique identifier for the catalog item.                                                                        |
| ItemInstanceId        | String | Unique instance identifier for this catalog item.                                                              |
| RealCurrencyPrices    | Object | Cost of the catalog item for each applicable real world currency.                                              |
| VCAmount              | Object | Amount of each applicable virtual currency which will be received as a result of purchasing this catalog item. |
| VirtualCurrencyPrices | Object | Cost of the catalog item for each applicable virtual currency.                                                 |


## Related topics

- [player_started_purchase](/services/playfab/api-references/events/Player/player-started-purchase.md)
- [Managing consumable products from your service](/publishing/xstore-commerce/xstore-managing-consumables.md)
- [purchase.mp.microsoft.com/v8.0/b2b/orders/query](/reference/microsoft-store-apis/xstore-v8-clawbackv1.md)
- [Playbook for Accessible Gaming Events (PAGE) 102 · Venues](/build/game-principles/accessibility/page/page-102-venues.md)
- [TransactionStatus](/services/playfab/api-references/events/data-types/transactionstatus.md)
