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