  | ProductManagerGetProductPrices Method (ProductInfo) | 
 
            Gets the product prices list from the response.
            
 
    Namespace: 
   Dynamicweb.Ecommerce.LiveIntegration.Products
    Assembly:
   Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntaxpublic static List<Price> GetProductPrices(
	ProductInfo productInfo
)
Public Shared Function GetProductPrices ( 
	productInfo As ProductInfo
) As List(Of Price)
Parameters
- productInfo
 - Type: Dynamicweb.Ecommerce.IntegrationProductInfo
The product info. 
Return Value
Type: 
ListPrice
See Also