---
title: >-
  Inventory Item new fields and ProductVariant deprecations - 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-item-new-fields-and-productvariant-deprecations
  md: >-
    https://shopify.dev/changelog/inventory-item-new-fields-and-productvariant-deprecations.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: '2024-03-05T14:22:00-05:00'
  postedAt: '2024-03-05T14:11:00-05:00'
  updatedAt: '2024-03-05T14:35:14-05:00'
  effectiveAt: '2024-03-05T14:11:00-05:00'
---

March 5, 2024

Tags:

* Action Required
* Admin GraphQL API
* 2024-04

# Inventory Item new fields and ProductVariant deprecations

As of Admin GraphQL API 2024-04, there will be new fields exposed on `InventoryItem` (and related input types) and some fields on `ProductVariant` (and related input types) that were marked as deprecated.

For `InventoryItem` and related input types:

* `InventoryItemMeasurement` and `InventoryItemMeasurementInput` were added as new types, with a single field: `weight` (which is a `Weight` type).
* `measurement` was added as a field to `InventoryItem`.
* `harmonizedSystemCode`, `measurement`, and `requiresShipping` were all added as input fields to `InventoryItemInput`.

For `ProductVariant` and related input types:

* `fulfillmentServiceEditable`, `weight`, and `weightUnit` were all marked as deprecated on `ProductVariant`.
* `harmonizedSystemCode`, `requiresShipping`, `weight`, and `weightUnit` were all marked as deprecated on `ProductVariantInput` and `ProductVariantBulkInput`.

These changes are all in support of removing long-deprecated fields on `ProductVariant` and removing the duplicated fields between `ProductVariant` and `InventoryItem`.
