---
title: Removal of ITEM_NOT_STOCKED_AT_LOCATION error - 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/removal-of-itemnotstockedatlocation-error'
  md: 'https://shopify.dev/changelog/removal-of-itemnotstockedatlocation-error.md'
metadata:
  effectiveApiVersion: 2026-10
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Breaking API Change
    handle: breaking-api-change
  indicatesActionRequired: true
  createdAt: '2026-06-18T13:39:01-04:00'
  postedAt: '2026-06-19T12:00:00-04:00'
  updatedAt: '2026-06-18T13:47:20-04:00'
  effectiveAt: '2026-06-19T12:00:00-04:00'
---

June 19, 2026

Tags:

* Action Required
* Admin GraphQL API
* 2026-10

# Removal of ITEM\_NOT\_STOCKED\_AT\_LOCATION error

The `ITEM_NOT_STOCKED_AT_LOCATION` error will be removed from `InventoryAdjustQuantities`, `InventoryMoveQuantities`, `InventorySetOnHandQuantities`, and `InventorySetQuantitiesUserErrorCode` as of API version 2026-10.

Following the changes described [here](https://changelog.shopify.com/posts/manage-inventory-at-locations-without-activating-them-for-fulfillment), inventory quantities can now be adjusted at any location. As a result, the condition that previously triggered `ITEM_NOT_STOCKED_AT_LOCATION` can no longer occur, and this error is no longer emitted.

This update removes an obsolete error code. If your app currently handles `ITEM_NOT_STOCKED_AT_LOCATION`, you can safely remove any logic that depends on this specific error.
