productDuplicateAsync - admin-graphql - MUTATION
Version: 2024-01
Description:
Asynchronously duplicate a single product.
Access Scopes
`write_products` access scope. Also: The user must have a permission to duplicate a product.
Arguments
-
input:
ProductDuplicateAsyncInput! -
The params for duplicating the product.
Returns
-
duplicatedProductId:
ID
The duplicated product ID.
-
job:
Job
The asynchronous job for duplicating the products.
-
userErrors:
ProductDuplicateUserError!
The list of errors that occurred from executing the mutation.
Examples