| 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
)
Public Overridable Function GetProductPrices (
productInfo As ProductInfo
) As List(Of Price)
Parameters
- productInfo
- Type: Dynamicweb.Ecommerce.IntegrationProductInfo
The product information.
Return Value
Type:
ListPriceSee Also