Click or drag to resize

ProductServiceCopy Method

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public Product Copy(
	Product productToCopy,
	string newProductId,
	string newVariantId
)

Parameters

productToCopy
Type: Dynamicweb.Ecommerce.ProductsProduct
newProductId
Type: SystemString
newVariantId
Type: SystemString

Return Value

Type: Product
See Also