  | PriceManagerGetPrice Method (Product, String, String, String, Int32, String, StockLocation) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Prices
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic static PriceInfo GetPrice(
	Product product,
	string currencyCode,
	string countryCode,
	string unitId,
	int userId,
	string shopId,
	StockLocation stockLocation
)
Public Shared Function GetPrice ( 
	product As Product,
	currencyCode As String,
	countryCode As String,
	unitId As String,
	userId As Integer,
	shopId As String,
	stockLocation As StockLocation
) As PriceInfo
Parameters
- product
 - Type: Dynamicweb.Ecommerce.ProductsProduct
 - currencyCode
 - Type: SystemString
 - countryCode
 - Type: SystemString
 - unitId
 - Type: SystemString
 - userId
 - Type: SystemInt32
 - shopId
 - Type: SystemString
 - stockLocation
 - Type: Dynamicweb.Ecommerce.StocksStockLocation
 
Return Value
Type: 
PriceInfo
See Also