Click or drag to resize

ProductManagerFillProductValues Method

Fills the product values from the response.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public static void FillProductValues(
	Product product,
	double quantity
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
The product.
quantity
Type: SystemDouble
The quantity.
See Also