  | ProductServiceCopy Method  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic Product Copy(
	Product productToCopy,
	string newProductId,
	string newVariantId
)
Public Function Copy ( 
	productToCopy As Product,
	newProductId As String,
	newVariantId As String
) As Product
Parameters
- productToCopy
 - Type: Dynamicweb.Ecommerce.ProductsProduct
 - newProductId
 - Type: SystemString
 - newVariantId
 - Type: SystemString
 
Return Value
Type: 
Product
See Also