Click or drag to resize

ProductProviderBaseGetProductPrices Method

Gets the product prices list.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public virtual List<Price> GetProductPrices(
	ProductInfo productInfo
)

Parameters

productInfo
Type: Dynamicweb.Ecommerce.IntegrationProductInfo
The product information.

Return Value

Type: ListPrice
See Also