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

# CouponGrantedInventoryItem

> CouponGrantedInventoryItem data type.

## Properties

| Name                  | Type                       | Description                                                    |
| :-------------------- | :------------------------- | :------------------------------------------------------------- |
| CouponCode            | String                     | Coupon code the player redeemed.                               |
| GrantedInventoryItems | CouponGrantedInventoryItem | Items added to the player's inventory by redeeming the coupon. |
| TitleId               | String                     | The ID of the title to which this player event applies.        |


## Related topics

- [player_redeemed_coupon](/services/playfab/api-references/events/Player/player-redeemed-coupon.md)
- [Coupons and Promotions in Economy (Legacy)](/services/playfab/economy-monetization/economy/tutorials/coupons-and-promotions.md)
- [character_inventory_item_added](/services/playfab/api-references/events/Character/character-inventory-item-added.md)
- [player_inventory_item_added](/services/playfab/api-references/events/Player/player-inventory-item-added.md)
- [PlayStream event model reference for PlayFab](/services/playfab/api-references/events/index.md)
