Click or drag to resize

ProductProviderBaseExtractPrices Method

Extracts the prices.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public virtual IList<ProductPrice> ExtractPrices(
	XmlDocument response
)

Parameters

response
Type: System.XmlXmlDocument
The response.

Return Value

Type: IListProductPrice
IList<ProductPrice>.
See Also