---
title: >-
  New mutation inventoryBulkToggleActivation now available - Shopify developer
  changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/new-mutation-inventorybulktoggleactivation-now-available
  md: >-
    https://shopify.dev/changelog/new-mutation-inventorybulktoggleactivation-now-available.md
metadata:
  effectiveApiVersion: 2022-10
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2022-09-14T12:21:24-04:00'
  postedAt: '2022-10-01T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:35-05:00'
  effectiveAt: '2022-10-01T00:00:00-04:00'
---

October 1, 2022

Tags:

* API
* 2022-10

# New mutation inventoryBulkToggleActivation now available

As of GraphQL Admin API version `2022-10`, we are releasing a new mutation `inventoryBulkToggleActivation`.

This new mutation will allow you to bulk activate or deactivate a single inventory item at many locations, with a maximum of 250 locations at a time.

Instead of having to call [inventoryActivate](https://shopify.dev/api/admin-graphql/latest/mutations/inventoryDeactivate) or [inventoryDeactivate](https://shopify.dev/api/admin-graphql/latest/mutations/inventoryDeactivate) for each location, you can now do that in bulk for a single inventory item.

Learn more about the inventoryBulkToggleActivation mutation on [Shopify.dev](https://shopify.dev/api/admin-graphql/latest/mutations/inventoryBulkToggleActivation).
