Skip to main content
Anchor to productDuplicateAsyncV2

productDuplicateAsyncV2

mutation

Requires write_products access scope. Also: The user must have a permission to duplicate a product.

Deprecated. Use productDuplicate instead. This will be removed in 2024-10.

Asynchronously duplicate a single product.

For API version 2024-10 and higher, use the productDuplicate mutation with the synchronous: false argument instead.

ProductDuplicateAsyncInput!required

The params for duplicating the product.


Was this section helpful?

Anchor to ProductDuplicateAsyncV2Payload returnsProductDuplicateAsyncV2Payload returns

ID

The duplicated product ID.

Anchor to productDuplicateJobIdproductDuplicateJobId
ID

The asynchronous job for duplicating the product.

[ProductDuplicateUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?