Bulk inventory update api needed

@tomasw could you please share bulk inventory update mutation. I need to update the quantity.

Hi @madhupatel
You need to update Inventory for many products at once, is that correct?
Thanks in advance!
Tom

right we need to update Inventory for many products at once.

In that case you will need to use the Inventory Sync mutation and send a CSV

https://developer.shiphero.com/examples-inventory-sync/

For bulk inventory changes you will only be able to do it via CSV, otherwise with the inventory_add or inventory_remove, the products are updated once at a time.

Let me know if this is not what you were looking for,
Thanks again!
Tom