edithbeatrice wrote:Is there a way to update multiple selected inventory items in a single API request?
I need to update both standard inventory fields and their custom fields for multiple items. Is there a bulk update endpoint or a recommended approach for doing this efficiently?
Short answer is no.
How many items are you needing to update? a few hundred inventory patch requests with only the fields you need to update won't take very long and shouldn't cause any issues.
Longer answer is you can create a custom service method to accept a custom payload which is essentially an array of inventory item patch requests, and that custom service method can then invoke the inventory patch method internally and return a response which is an array of inventory part no's and the response status and message of each.
only a couple of hours of effort to make a plugin to add that custom service method - if you're interested in getting us to do it, create a ticket on our
helpdesk to get that process started.