---
title: >-
  Deprecation of productDuplicateAsync and introduction of
  productDuplicateAsyncV2 and productDuplicateJob - 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/deprecation-of-productduplicateasync-and-introduction-of-productduplicateasyncv2-and-productduplicatejob
  md: >-
    https://shopify.dev/changelog/deprecation-of-productduplicateasync-and-introduction-of-productduplicateasyncv2-and-productduplicatejob.md
metadata:
  effectiveApiVersion: 2023-07
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2023-06-14T05:53:26-04:00'
  postedAt: '2023-07-01T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:38-05:00'
  effectiveAt: '2023-07-01T00:00:00-04:00'
---

July 1, 2023

Tags:

* API
* 2023-07

# Deprecation of `productDuplicateAsync` and introduction of `productDuplicateAsyncV2` and `productDuplicateJob`

In the Admin API `2023-07` Release, we are deprecating the `productDuplicateAsync` mutation and introducing the `productDuplicateAsyncV2` mutation and the `productDuplicateJob` query.

The new mutation brings several improvements over `productDuplicateAsync`, enhancing the overall user experience and performance of the endpoint.

* [productDuplicateAsync](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productDuplicateAsync) has been deprecated.
* [productDuplicateAsyncV2](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productDuplicateAsyncV2) has been introduced.
* [productDuplicateJob](https://shopify.dev/docs/api/admin-graphql/latest/queries/productDuplicateJob) query has been introduced to fetch the status of an existing product duplication job.

Learn more about these changes at [productDuplicateAsyncV2](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productDuplicateAsyncV2) and [productDuplicateJob](https://shopify.dev/docs/api/admin-graphql/latest/queries/productDuplicateJob).
