Click or drag to resize

PriceManagerGetInformativePrice Method (Product, String, String, String, String)

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

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
unitId
Type: SystemString
currencyCode
Type: SystemString
vatGroupCode
Type: SystemString
shopId
Type: SystemString

Return Value

Type: PriceInfo
See Also