> ## 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 Writes メーター API の説明

> AddInventoryItems や PurchaseInventoryItems など、インベントリ書き込みメーターをインクリメントする PlayFab Economy v2 のインベントリ書き込み API のリファレンス一覧です。

# Economy v2 Inventory Writes

インベントリの書き込みは、すべてのインデックスと検索可能なメタデータを更新するため、より負荷の高い操作となります。以下の API は、Economy 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 pricing](https://playfab.com/pricing/) を参照してください
* メーター使用量とコストを最も低く抑える方法については、[Consumption Best Practices](/services/playfab/pricing/consumption-best-practices) を参照してください


## Related topics

- [Profile Writes メーター API の説明](/ja-jp/services/playfab/pricing/meters/profile-writes.md)
- [Content & Configuration Writes メーター API の説明](/ja-jp/services/playfab/pricing/meters/file-writes.md)
- [Inventory 読み取りメーター API の説明](/ja-jp/services/playfab/pricing/meters/economy-reads.md)
- [Profile Reads メーター API の説明](/ja-jp/services/playfab/pricing/meters/profile-reads.md)
- [Content & Configuration Reads メーター API の説明](/ja-jp/services/playfab/pricing/meters/file-reads.md)
