question

jordangrant-hall avatar image
jordangrant-hall asked

Is there a way to get the entire catalog? (Economy V2)

Hi there, I'm trying to figure out how to nicely sort out my Games Items and currencies and an easier way to handle inside the Unity editor.

I've tried the AdminApi GetCatalogItems but that's for V1, I've looked at ALL the different rest apis' for the PlayfabInventoryAPI and PlayfabEconomyAPI and there is no way for me to get ALL the catalog items.

I'm wondering if there is a way to do this. Or will my solution for my game to create my own database of Items with their ID's in them?

Thank you

In-Game Economy
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

·
Gosen Gao avatar image
Gosen Gao answered

You can use Catalog - Search Items - REST API (PlayFab Economy) | Microsoft Learn with an empty Filter to get any items in your catalog. The maximum page size of SearchItesm result is 50, you can use ContinuationToken to retrieve the next page of items until all items are retrieved.

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.