| ProductManagerGetProductPrices Method (Product) |
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
Syntax public static List<Price> GetProductPrices(
Product product
)
Public Shared Function GetProductPrices (
product As Product
) As List(Of Price)
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
The product.
Return Value
Type:
ListPriceSee Also