--- title: Breaking changes to GraphQL product duplicate APIs 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-to-graphql-product-duplicate-apis-in-version-2024-10 md: https://shopify.dev/changelog/breaking-changes-to-graphql-product-duplicate-apis-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 to GraphQL product duplicate APIs in version 2024-10 In the version **2024-10** release of the Admin GraphQL API, we are making the following changes in the product duplicate APIs: The [productDuplicateAsyncV2](https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/productDuplicateAsyncV2) mutation will be removed. A new `synchronous` boolean parameter will be added to the `productDuplicate` mutation, allowing you to choose whether the product duplication should be processed synchronously or asynchronously. **Key Updates:** **Asynchronous Duplication:** By setting the `synchronous` parameter to `false` in the [productDuplicate](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productDuplicate) mutation, the operation will be performed asynchronously, returning a [ProductDuplicateOperation](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ProductDuplicateOperation) object. **Operation Tracking:** You can track the status of the asynchronous duplication by querying the operation ID through the [ProductOperation](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/productOperation) query. For more detailed information and examples, visit our [productDuplicate documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productDuplicate) on Shopify.dev.