Skip to main content

XStoreCollectionData

Describes the users entitlement for a specific sku.

Syntax

Members

acquiredDate
Type: time_t
The date the entitlement was acquired. startDate
Type: time_t
The start date of the entitlement. endDate
Type: time_t
The date the entitlement ends. isTrial
Type: bool
Indicates if the entitlement is a trial. trialTimeRemainingInSeconds
Type: uint32_t
Time remaining in the trial. quantity
Type: uint32_t
Number of items in the entitlement. For consumables this represents the remaining balance. campaignId
Type: const char*
The campaign ID for the entitlement. developerOfferId
Type: const char*
The developer offer ID.

Remarks

XStoreCollectionData provides additional information about a store product Stock Keeping Unit (SKU). An XStoreCollectionData may refer to many types of products or collections of products. As such not all fields may have a value if they are not applicable to the SKU. **XStoreCollectionData is a member of the StoreSku struct.

Requirements

Header: XStore.h (included in XGameRuntime.h) Supported platforms: Windows, XBOX One family consoles and XBOX Series consoles

Conceptual documentation

See also

XStore
XStoreSku
Last modified on August 20, 2026