--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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`.