Updating Multiple Inventory Items at Once via Cloud Code

I have several items in my inventory. Is it possible to update them all at once using Cloud Code, instead of calling UpdatePlayersInventoryItemAsync for each individual item?

Hi ByteflowXxX,

Unfortunately the Economy API does not currently have bulk operations Unity Services Web API docs.

Cloud Code would still allow the requests to be performed asynchronously if that helps.