---
title: InventoryItem Input Unification - 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/inventoryitem-input-unification'
  md: 'https://shopify.dev/changelog/inventoryitem-input-unification.md'
metadata:
  effectiveApiVersion: 2024-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Deprecation Announcement
    handle: deprecation
  indicatesActionRequired: true
  createdAt: '2024-04-11T14:26:35-04:00'
  postedAt: '2024-04-15T14:14:00-04:00'
  updatedAt: '2024-04-30T11:07:35-04:00'
  effectiveAt: '2024-04-15T14:14:00-04:00'
---

April 15, 2024

Tags:

* Action Required
* Admin GraphQL API
* 2024-07

# InventoryItem Input Unification

Up to this point, you can send Inventory Item data in two places: through Product Variant mutations or on the InventoryItemUpdate mutation. Each of these places has a different input object type with very similar fields, with some keys showing up in one instead of the other.

As of Admin GraphQL API version 2024-07, these two input types are being unified. `InventoryItemInput` will now be the input object type on `inventoryItemUpdate` instead of `InventoryItemUpdateInput`.

At the same time the following fields were added on `InventoryItemInput`:

* `sku`
* `countryHarmonizedSystemCodes`
* `countryCodeOfOrigin`
* `provinceCodeOfOrigin`
