Hello,
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.