Chris Savory suggested an idea · Feb 10, 2020 at 03:42 PM · CloudScript
As far as I can tell, the only way to do that is by calling the UpdateUserInventoryItemCustomData function multiple times, which can add up to your API limit calls pretty quickly.
I've circumvented the issue by breaking the server call into possible multiple calls so the API call limit is not reached. I wish there was a way to do that without having to do some workaround and possibly affecting user experience since the client might need to hang until all multiple calls are made.
Example: There are scenarios where the player might be rewarded with multiple items that are specific to a certain case. i.e. Chest gives multiple weapons, certain weapons contain enchantments based on location in which alter the stats for the given weapons.
tldr: "UpdateUserInventoryItensCustomData" function that allows multiple items to be modified in one API call.
We would love to know what you need. Submit your ideas and upvote others to help us prioritize.
No one has followed this yet.
GitLab integration for CloudScript Content Management
Update the Server API to allow UpdateUserTitleDisplayName
CloudScript - Include commit header beside the version #
Change User display name via Server API / Cloud Script
Improve GrantItemsToUsers to support item grants from multiple catalogs in a single call
Adding or removing Friend friend with a list (and one request) instead of one by one
Internal code editor for cloud scripting
cloudscript tasks on player segments should tally OKs and Fails