--- title: >- Breaking changes in several ProductVariant related mutations 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/breaking-changes-in-several-productvariant-related-mutations-in-version-2024-10 md: >- https://shopify.dev/changelog/breaking-changes-in-several-productvariant-related-mutations-in-version-2024-10.md metadata: effectiveApiVersion: 2024-10 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: Deprecation Announcement handle: deprecation indicatesActionRequired: true createdAt: '2024-07-16T12:51:55-04:00' postedAt: '2024-07-18T08:00:00-04:00' updatedAt: '2024-07-18T04:55:03-04:00' effectiveAt: '2024-07-18T08:00:00-04:00' --- July 18, 2024 Tags: * Action Required * Admin GraphQL API * 2024-10 # Breaking changes in several ProductVariant related mutations in version 2024-10 As of GraphQL Admin API version **2024-10** we're deprecating several singular variant mutations in favor of their bulk version, namely: * [productVariantCreate](https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/productvariantcreate). Use the [productVariantsBulkCreate](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productvariantsbulkcreate) instead. * [productVariantUpdate](https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/productvariantupdate). Use the [productVariantsBulkUpdate](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productvariantsbulkupdate) instead. * [productVariantDelete](https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/productvariantdelete). Use the [productVariantsBulkDelete](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productvariantsbulkdelete) instead.