cloneProduct
Clones a product and duplicates all its data, except for the identifier and the SKU. The new product will be in draft state.
cloneProduct(
input: CloneProductInput!
): Product
Arguments
cloneProduct.input
● CloneProductInput!
non-null input
Parameters for CloneProduct
Type
Product
object
Represents a product in the system with all its attributes and relationships.