Overview

API endpoints for managing virtual store items, in-app purchases, store usage logs, and third-party receipt validation.

OperationCode
NameCodeDescription
Buy Store ItembuyStoreItemProcesses the purchase of a store item using virtual currencies or in-app purchase identifiers.
Create Store ItemcreateStoreItemCreates a new store item with specified metadata and pricing information.
Get Create LeaderboardgetCreateLeaderboardReturns a leaderboard of store items ranked by creation timestamp.
Get Store Item InformationgetStoreItemInformationRetrieves metadata and purchase configuration for a specific store item.
Get Store Items With TaggetStoreItemsWithTagReturns all store items that match a specific tag.
Get Store LoggetStoreLogRetrieves a log of purchases or updates made to store items.
Get Store UsedgetStoreUsedFetches usage history for store items that have been bought or consumed.
Present Store ItempresentStoreItemGrants a store item to a player without requiring a purchase.
Remove Store UsedremoveStoreUsedDeletes the usage history or usage marker of a specific store item.
Set Remove StatussetRemoveStatusMarks a store item as removed or restores a previously removed item.
Set Store Item InformationsetStoreItemInformationUpdates pricing, metadata, or configuration for an existing store item.
Validate Apple App Store ReceiptvalidateAppleAppStoreReceiptValidates an Apple App Store receipt for an in-app purchase.
Validate Facebook Store ReceiptvalidateFacebookStoreReceiptValidates a Facebook payment receipt for a purchased item.
Validate Google Play Store ReceiptvalidateGooglePlayStoreReceiptValidates a Google Play receipt for an in-app purchase.