Hello!
I'm using the legacy inventory in our game and I want to get a list of revoked items, or if that fails, a list of all items with a status (active or revoked) where I can infer that revoked list. I only found the GetInventoryItems on the documentation: https://learn.microsoft.com/en-us/rest/api/playfab/economy/inventory/get-inventory-items?view=playfab-rest but it only returns the list of active items.
Is a list of revoked items something can be retrieved somehow?
Thanks!