There’s currently no easy way to activate inventory item locations in bulk. There’s inventoryBulkToggleActivation - GraphQL Admin, but this accepts only a single inventory item ID, which corresponds to a single variant usually. With inventorySetQuantities - GraphQL Admin, at least we can pass in up to 250 inventory item IDs to adjust inventory at once.
The ultimate goal is to update inventory in bulk, so it would be nice if there was a way to adjust the inventory quantity AND activate at location using bulk operations.
Simply adding bulk mutation support for the current inventory update mutations would solve the issue.
Hey Liam is there any update on this, I would love to not have to manually activate 64 products each with its own variants. I would love to just activate all of them at once. Please tell me yall got a fix
There is now support for any GraphQL Admin API mutation in bulk operations, which should also apply to the inventoryBulkToggleActivation mutation. I have not tested this out on my side yet though, so let me know if it is not working as expected.