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

# 库存写入计量表 API 说明

> PlayFab 经济 v2 库存写入 API 的参考列表，例如 AddInventoryItems 和 PurchaseInventoryItems，这些 API 会使库存写入计量表递增。

# 经济 v2 库存写入

库存写入是更昂贵的操作，因为它们会更新所有索引和可搜索的元数据。以下 API 会导致经济 v2 写入计量表递增。

* [AddInventoryItems](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/add-inventory-items)
* [DeleteInventoryCollection](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/delete-inventory-collection)
* [DeleteInventoryItems](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/delete-inventory-items)
* [ExecuteInventoryOperations](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/execute-inventory-operations)
* [PurchaseInventoryItems](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/purchase-inventory-items)
* [SubtractInventoryItems](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/subtract-inventory-items)
* [TransferInventoryItems](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/transfer-inventory-items)
* [UpdateInventoryItems](https://learn.microsoft.com/en-us/rest/api/services/playfab/economy/inventory/update-inventory-items)

## 资源

* 有关每个计量表的最新价格视图，请参见 [PlayFab 定价](https://playfab.com/pricing/)
* 查看 [消费最佳做法](/services/playfab/pricing/consumption-best-practices) 以了解如何为您的游戏保持最低的计量表使用率和成本


## Related topics

- [库存读取计量表 API 说明](/zh-CN/services/playfab/pricing/meters/economy-reads.md)
- [配置文件写入计量 API 说明](/zh-CN/services/playfab/pricing/meters/profile-writes.md)
- [内容与配置写入计量 API 说明](/zh-CN/services/playfab/pricing/meters/file-writes.md)
- [统计信息计量](/zh-CN/services/playfab/pricing/meters/statistics-meters.md)
- [排行榜计量](/zh-CN/services/playfab/pricing/meters/leaderboard-meters.md)
