Feature Request: Ability to bulk activate inventory locations on products

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.

Hi David,

Thanks for detailing your use case here, I’ll connect with the relevant team to see if this is on the roadmap to support.

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 :smiling_face_with_tear:

It looks like all admin API mutations will be supported in bulk mutations in 2026-01. @Liam-Shopify If you could confirm that would be awesome.

Hi @Designedby.Michael

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.

1 Like