How to Bulk update Inventory items at various locations by using bulkOperationRunMutation mutation?

How to Bulk update Inventory items at various locations by using bulkOperationRunMutation mutation?

Ben_Bohra
Shopify Partner
3 0 4
Hello,

I want to update Inventory Items with the bulkOperationRunMutation mutation.

I am using the productVariantUpdate mutation, the input of this mutation "inventoryQuantities" only works with the productVariantCreate mutation as per the documentation.

However, the productVariantCreate mutation is not supported by the bulkOperationRunMutation mutation.

I have over 8000 products whose quantities I want to update.

I am aware of the inventorySetOnHandQuantities mutation which I can use the update inventory quantities but using the inventorySetOnHandQuantities mutation would take a lot of time to update quantities of 8000 products in various locations since it is not supported by the bulkOperationRunMutation mutation.

Is there any way to update Inventory Items by using the Bulk Operation Mutation API?

Thank You.
Replies 0 (0)