> ## 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 설명](/ko/services/playfab/pricing/meters/profile-writes.md)
- [Inventory Reads 미터 API 설명](/ko/services/playfab/pricing/meters/economy-reads.md)
- [Content & Configuration Writes 미터 API 설명](/ko/services/playfab/pricing/meters/file-writes.md)
- [Profile Reads 미터 API 설명](/ko/services/playfab/pricing/meters/profile-reads.md)
- [Content & Configuration Reads 미터 API 설명](/ko/services/playfab/pricing/meters/file-reads.md)
