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

# Inventory Reads Meter API Description

> Reference list of PlayFab Economy v2 inventory APIs, including GetInventoryItems and store redemption calls, that increment the inventory reads meter.

# Economy v2 Inventory Reads

Inventory reads are the more common than writes and are comparatively inexpensive. The following APIs cause the Economy v2 Inventory reads meter to increment.

* [GetInventoryItems](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/get-inventory-items)
* [GetInventoryCollectionIds](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/get-inventory-collection-ids)
* [GetMicrosoftStoreAccessTokens](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/get-microsoft-store-access-tokens/)
* [RedeemAppleAppStoreInventoryItems](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/redeem-apple-app-store-inventory-items)
* [RedeemGooglePlayInventoryItems](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/redeem-google-play-inventory-items)
* [RedeemMicrosoftStoreInventoryItems](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/redeem-microsoft-store-inventory-items)
* [RedeemNintendoEShopInventoryItems](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/redeem-nintendo-e-shop-inventory-items)
* [RedeemPlayStationStoreInventoryItems](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/redeem-play-station-store-inventory-items)
* [RedeemSteamInventoryItems](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/redeem-steam-inventory-items)

## Resources

* For the most up-to-date view of prices per meter, see [PlayFab pricing](https://playfab.com/pricing/)
* See [Consumption Best Practices](/services/playfab/pricing/consumption-best-practices) to learn how to maintain the lowest rate of meter usage and cost for your game


## Related topics

- [Profile Reads Meter API Description](/services/playfab/pricing/meters/profile-reads.md)
- [Profile Writes Meter API Description](/services/playfab/pricing/meters/profile-writes.md)
- [Inventory Writes Meter API Description](/services/playfab/pricing/meters/economy-writes.md)
- [Content & Configuration Reads Meter API Description](/services/playfab/pricing/meters/file-reads.md)
- [Content & Configuration Writes Meter API Description](/services/playfab/pricing/meters/file-writes.md)
