Click or drag to resize
ProductProviderBaseFillProductPrices Method
Fills the product prices.

Namespace: Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly: Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 2.0.1
Syntax
public virtual void FillProductPrices(
	Product product,
	ProductInfo productInfo
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
The product.
productInfo
Type: Dynamicweb.Ecommerce.IntegrationProductInfo
The product information.
See Also