Overview
API endpoints for managing virtual store items, in-app purchases, store usage logs, and third-party receipt validation.
OperationCode
| Name | Code | Description |
|---|---|---|
| Buy Store Item | buyStoreItem | Processes the purchase of a store item using virtual currencies or in-app purchase identifiers. |
| Create Store Item | createStoreItem | Creates a new store item with specified metadata and pricing information. |
| Get Create Leaderboard | getCreateLeaderboard | Returns a leaderboard of store items ranked by creation timestamp. |
| Get Store Item Information | getStoreItemInformation | Retrieves metadata and purchase configuration for a specific store item. |
| Get Store Items With Tag | getStoreItemsWithTag | Returns all store items that match a specific tag. |
| Get Store Log | getStoreLog | Retrieves a log of purchases or updates made to store items. |
| Get Store Used | getStoreUsed | Fetches usage history for store items that have been bought or consumed. |
| Present Store Item | presentStoreItem | Grants a store item to a player without requiring a purchase. |
| Remove Store Used | removeStoreUsed | Deletes the usage history or usage marker of a specific store item. |
| Set Remove Status | setRemoveStatus | Marks a store item as removed or restores a previously removed item. |
| Set Store Item Information | setStoreItemInformation | Updates pricing, metadata, or configuration for an existing store item. |
| Validate Apple App Store Receipt | validateAppleAppStoreReceipt | Validates an Apple App Store receipt for an in-app purchase. |
| Validate Facebook Store Receipt | validateFacebookStoreReceipt | Validates a Facebook payment receipt for a purchased item. |
| Validate Google Play Store Receipt | validateGooglePlayStoreReceipt | Validates a Google Play receipt for an in-app purchase. |