---
title: Inventory Mutations and Fields Removal - 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/inventory-mutations-and-fields-removal'
  md: 'https://shopify.dev/changelog/inventory-mutations-and-fields-removal.md'
metadata:
  effectiveApiVersion: 2024-04
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Deprecation Announcement
    handle: deprecation
  indicatesActionRequired: true
  createdAt: '2023-07-28T11:16:56-04:00'
  postedAt: '2024-04-01T00:00:00-04:00'
  updatedAt: '2024-06-05T11:42:35-04:00'
  effectiveAt: '2024-04-01T00:00:00-04:00'
---

April 1, 2024

Tags:

* Action Required
* Admin GraphQL API
* 2024-04

# Inventory Mutations and Fields Removal

As of Admin API 2024-04, we are removing the following fields and mutations:

* `InventoryLevel.available`

\- \`InventoryLevel.incoming\`\
\- \`InventoryLevel.deactivationAlertHtml\`\
\- \`Mutation.InventoryAdjustQuantity\`\
\- \`Mutation.InventoryBulkAdjustQuantityAtLocation\`

After building new fields to handle inventory quantities other than available, new fields and mutations that can handle all quantities were needed and released in 2023-01.

`InventoryLevel.available` and `InventoryLevel.incoming` should be replaced with `InventoryLevel.quantities`.

`InventoryLevel.deactivationAlertHtml` should be replaced with `InventoryLevel.deactivationAlert`.

`Mutation.InventoryAdjustQuantity` and `Mutation.InventoryBulkAdjustQuantityAtLocation` should be replaced with `Mutation.InventoryAdjustQuantities` or `Mutation.InventoryMoveQuantities`.

For those still using these fields on `unstable`, they will continue to work until 2024-04 is no longer supported.

More information on how to use these new fields can be found [here](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps/quantities-states)
