  | PriceManagerGetPrice Method (Product, String, String, Int32) | 
  
    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,
	int userId
)
Public Shared Function GetPrice ( 
	product As Product,
	currencyCode As String,
	countryCode As String,
	userId As Integer
) As PriceInfo
Parameters
- product
 - Type: Dynamicweb.Ecommerce.ProductsProduct
 - currencyCode
 - Type: SystemString
 - countryCode
 - Type: SystemString
 - userId
 - Type: SystemInt32
 
Return Value
Type: 
PriceInfo
See Also