Back to Writing
NOTESplayfabazure-functionsgame-backendeconomy-api

PlayFab - Entity UGC

July 4, 2023Updated Feb 17, 2026

GitHub Link - PlayFab Economy API Examples

(Click the GitHub link above to view the code)

Clients can submit items up to the Draft stage, but for security reasons, they cannot set pricing. Therefore, pricing can only be modified server-side (Azure Functions) via PlayFabEconomyAPI.UpdateDraftItemAsync().

Both server auth tokens and client auth tokens are required, and since only a method requiring both tokens is provided for accessing Economy (V2) modifications, it maintains a very robust security policy.