| 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
)
Public Shared Sub FillProductValues (
product As Product,
quantity As Double
)
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
The product. - quantity
- Type: SystemDouble
The quantity.
See Also