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