Add "OrderBy" to "GetInventoryItems " like in "SearchItems" for "Catalog".
Would allow to retrieve items sorted in a certain way while using pagination without having to download all of the items.
Add "OrderBy" to "GetInventoryItems " like in "SearchItems" for "Catalog".
Would allow to retrieve items sorted in a certain way while using pagination without having to download all of the items.
It sounds like you're trying to work around something by putting some items first. What is the scenario you're trying to address in your game where ordering would be useful?
I'm not trying to work around something, I'll try to be more clear.
In a game you present the inventory in such a way that it is always ordered in some fashion, the way this API works you are limited with a maximum number of items that you can get back in one call, so if the total number of items is over that number you need to call the API again and again.
This is where "OrderBy" will be useful because I can do one call, then the user scroll, past a certain point I call the API again to get the rest of the inventory. However if I cannot order it in any meaningful way, I am in practice stuck with ALWAYS doing multiple call to the API until I have ALL the items and then I can order it properly.
I guess I don't see the point of limiting the number of items returned in the API if anyway I have to always call it in sequence until I get them all, adding a lot of extra latency / overhead for no good reason when if only I had the option to order I would at least be able to present the results ASAP.
Share your great idea, or help out by voting for other people's ideas.
No one has followed this idea yet.
Request for New API that checks if provided IAP receipt is refunded and revoke related items
GetPlayerCombinedInfo should return Inventory V2
Integrate REFUND server notification from App Store for automatic inventory revocation
New kind of inventory item: Entitlement/unlock/enablement/singleton items
Allow annotation/custom tags on all PlayFab commands
Ability to make VC per player not as Global