Click or drag to resize

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
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
The product.

Return Value

Type: ListPrice
See Also