Click or drag to resize

ProductServiceSave Method (Product, String, String, String)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void Save(
	Product product,
	string productId,
	string productVariantId,
	string productLanguageId
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
productId
Type: SystemString
productVariantId
Type: SystemString
productLanguageId
Type: SystemString
See Also