Display item catalog in your application
To display items in the in-game store, use the following SDK methods:
SDK method name | Description |
---|---|
getVirtualItems | Returns a list of virtual items according to pagination settings. The list includes items for which display in the store is enabled in the settings. For each virtual item, complete data is returned. |
getAllVirtualItems | Returns a full list of virtual items. The list includes items for which display in the store is enabled in the settings. For each virtual item, the SKU, name, description, and data about the groups it belongs to are returned. |
getItemGroups | Returns a full list of virtual item groups. The list includes groups for which display in the store is enabled in the settings |
getItemsOfGroup | Returns a list of items for the specified group according to pagination settings. The list includes items for which display in the store is enabled in the settings. In the settings of the group, the display in the store must be enabled. |
getVirtualCurrency | Returns a list of virtual currencies according to pagination settings. |
getVirtualCurrencyPackages | Returns a list of virtual currency packages according to pagination settings. The list includes packages for which display in the store is enabled in the settings. |
getBundlesList | Returns a list of bundles according to pagination settings. The list includes bundles for which display in the store is enabled in the settings. |
getBundle | Returns information about the contents of the specified bundle. In the bundle settings, display in the store must be enabled. |
Was this article helpful?
Thank you for your feedback!
We’ll review your message and use it to help us improve your experience.Useful links
Last updated: October 7, 2024Found a typo or other text error? Select the text and press Ctrl+Enter.