---
title: >-
  Deprecating mutations inventoryAdjustQuantity and
  inventoryBulkAdjustQuantityAtLocation - 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/deprecating-mutations-inventoryadjustquantity-and-inventorybulkadjustquantityatlocation
  md: >-
    https://shopify.dev/changelog/deprecating-mutations-inventoryadjustquantity-and-inventorybulkadjustquantityatlocation.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Deprecation Announcement
    handle: deprecation
  indicatesActionRequired: true
  createdAt: '2023-04-13T17:02:12-04:00'
  postedAt: '2023-04-17T00:00:00-04:00'
  updatedAt: '2024-02-02T10:57:46-05:00'
  effectiveAt: '2023-04-17T00:00:00-04:00'
---

April 17, 2023

Tags:

* Action Required
* API

# Deprecating mutations inventoryAdjustQuantity and inventoryBulkAdjustQuantityAtLocation

In the GraphQL Admin API, we're deprecating the `inventoryAdjustQuantity` and `inventoryBulkAdjustQuantityAtLocation` mutations. Instead, you can use the new `inventoryAdjustQuantities` or `inventoryMoveQuantities` mutations instead.

The `inventoryAdjustQuantities` mutation supports more inventory quantity names as well as setting a reason. The mutations we're deprecating only supported setting available quantities and didn't allow you to set a reason for the adjustment.

Learn more about `inventoryAdjustQuantities` on [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventoryAdjustQuantities) or on [inventory states on Shopify.dev](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps/quantities-states#adjust-inventory-quantities).
