Click or drag to resize

PriceManagerGetPrice Method (Product, String, String, String)

Namespace:  Dynamicweb.Ecommerce.Prices
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static PriceInfo GetPrice(
	Product product,
	string currencyCode,
	string countryCode,
	string unitId
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
currencyCode
Type: SystemString
countryCode
Type: SystemString
unitId
Type: SystemString

Return Value

Type: PriceInfo
See Also