| PriceManagerGetInformativePrice Method (Product, String, String, String, String, StockLocation) |
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,
StockLocation stockLocation
)
Public Shared Function GetInformativePrice (
product As Product,
unitId As String,
currencyCode As String,
vatGroupCode As String,
shopId As String,
stockLocation As StockLocation
) As PriceInfo
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
- unitId
- Type: SystemString
- currencyCode
- Type: SystemString
- vatGroupCode
- Type: SystemString
- shopId
- Type: SystemString
- stockLocation
- Type: Dynamicweb.Ecommerce.StocksStockLocation
Return Value
Type:
PriceInfoSee Also