--- title: >- Duplicate and Delete Product Asynchronously with GraphQL Admin API - 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/duplicate-and-delete-product-asynchronously-with-graphql-admin-api md: >- https://shopify.dev/changelog/duplicate-and-delete-product-asynchronously-with-graphql-admin-api.md metadata: effectiveApiVersion: 2023-01 affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2022-10-26T13:49:51-04:00' postedAt: '2023-01-01T00:00:00-05:00' updatedAt: '2024-12-13T17:24:35-05:00' effectiveAt: '2023-01-01T00:00:00-05:00' --- January 1, 2023 Tags: * API * 2023-01 # Duplicate and Delete Product Asynchronously with GraphQL Admin API As of GraphQL Admin API version `2023-01`, we are adding mutations productDuplicateAsync and productDeleteAsync. This will allow you to asynchronously duplicate and delete products that have a high number of variants that are stocked at several locations. This is because the mutations [productDuplicate](https://shopify.dev/api/admin-graphql/latest/mutations/productDuplicate) and [productDelete](https://shopify.dev/api/admin-graphql/latest/mutations/productDelete) may time out for these *larger* products. Learn more about the mutations at [productDuplicateAsync](https://shopify.dev/api/admin-graphql/latest/mutations/productDuplicateAsync) and [productDeleteAsync](https://shopify.dev/api/admin-graphql/latest/mutations/productDeleteAsync).