Anchor to section titled 'undefined'

ProductDuplicatePayload
payload

Return type for productDuplicate mutation.


The asynchronous job that duplicates the product images.

The duplicated product.

The product duplicate operation, returned when run in asynchronous mode.

The user's shop.

The list of errors that occurred from executing the mutation.


Was this section helpful?

Duplicates a product.

If you need to duplicate a large product, such as one that has many variants that are active at several locations, you might encounter timeout errors.

To avoid these timeout errors, you can instead duplicate the product asynchronously.

In API version 2024-10 and higher, include synchronous: false argument in this mutation to perform the duplication asynchronously.

In API version 2024-07 and lower, use the asynchronous ProductDuplicateAsyncV2.


Was this section helpful?
Map

Mutation with this payload

ProductDuplicatePayload