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

# ItemsExpiredPayload

> ItemsExpiredPayload data type.

Items expired event payload.

## Properties

| Name           | Type   | Description                                     |
| :------------- | :----- | :---------------------------------------------- |
| CollectionId   | String | The collection ID.                              |
| ExpirationDate | String | The expiration date in ISO-8601 format.         |
| ItemId         | String | The item ID.                                    |
| ItemType       | String | The type of the catalog item that was modified. |
| StackId        | String | The stack ID.                                   |
| StartDate      | String | The start date in ISO-8601 format.              |
| TransactionId  | String | The transaction ID.                             |


## Related topics

- [items_expired](/services/playfab/api-references/events/Inventory/items-expired.md)
- [ItemsClawbackCompletedPayload](/services/playfab/api-references/events/data-types/itemsclawbackcompletedpayload.md)
- [Item Status & Moderation](/services/playfab/economy-monetization/economy-v2/catalog/item-status.md)
- [ItemsClawbackReversalCompletedPayload](/services/playfab/api-references/events/data-types/itemsclawbackreversalcompletedpayload.md)
- [items_redeemed](/services/playfab/api-references/events/Inventory/items-redeemed.md)
