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