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