--- title: >- New inventory input fields in productSet mutation in version 2024-10 - 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-inventory-input-fields-in-productset-mutation-in-version-2024-10 md: >- https://shopify.dev/changelog/new-inventory-input-fields-in-productset-mutation-in-version-2024-10.md metadata: effectiveApiVersion: 2024-10 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2024-09-04T01:21:07-04:00' postedAt: '2024-09-19T00:00:00-04:00' updatedAt: '2024-10-02T15:21:51-04:00' effectiveAt: '2024-09-19T00:00:00-04:00' --- September 19, 2024 Tags: * Admin GraphQL API * 2024-10 # New inventory input fields in productSet mutation in version 2024-10 As of GraphQL API version `2024-10`, we are adding new inventory capabilities in the productSet mutation, in the form of a new field type **`ProductSetInventoryInput`**, which allows setting `available` or `on_hand` quantities for new and existing product variants on locations specified. This type can be used in the following contexts: * `ProductSetInput.inventoryQuantities` field to specify inventory quantities for products with no custom variants. * `ProductSetVariantInput.inventoryQuantities` field to specify inventory quantities for individual custom variants. For more detailed information and examples, visit our [productSet documentation](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productSet) on Shopify.dev.