--- title: >- New inventoryItem field on ProductSetVariantInput - 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/new-inventoryitem-field-on-productsetvariantinput md: >- https://shopify.dev/changelog/new-inventoryitem-field-on-productsetvariantinput.md metadata: effectiveApiVersion: null affectedApi: - displayName: Admin Extensions handle: admin-extensions - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2025-01-14T06:55:04-05:00' postedAt: '2025-01-15T12:00:00-05:00' updatedAt: '2025-01-21T20:22:12-05:00' effectiveAt: '2025-01-15T12:00:00-05:00' --- January 15, 2025 Tags: * Admin Extensions * Admin GraphQL API # New `inventoryItem` field on ProductSetVariantInput We are expanding capabilities of the GraphQL Admin API [**productSet**](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productSet) mutation by adding `inventoryItem` field to the [**ProductVariantSetInput**](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ProductVariantSetInput) type. This enables `productSet` to modify `ProductVariant` fields related to its `inventoryItem`, such as unit cost and tracked status . This change is applied to all API versions, starting with `2024-10`. For more detailed information and examples, visit our [productSet documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productSet) on Shopify.dev.