question

stormypegasus12 avatar image
stormypegasus12 asked

Playfab Catalog

Hi i have been trying to add Items to the Catalog using Unity C# how can i do it i have been trying to use AddInventoryItems but im struggeling with the request ,Hi i want to add items to a catalog trough code in Unity C# how do i do it i have tried using AddInventoryItems but im struggeling with using a request.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
kylemc@microsoft.com avatar image
kylemc@microsoft.com answered

This walkthrough is a good place to start.

Quickstart - PlayFab | Microsoft Learn


In general, you need to first add items to the catalog APIs.

Catalog - REST API (PlayFab Economy) | Microsoft Learn

Then you can grant them to users using the inventory APIs.

Inventory - REST API (PlayFab Economy) | Microsoft Learn

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.