| ProductPriceProviderFindPrice Method (Product, Double, String, Currency, String, User) |
Finds the price..
Namespace:
Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax public override PriceRaw FindPrice(
Product product,
double quantity,
string variantId,
Currency currency,
string unitId,
User user
)
Public Overrides Function FindPrice (
product As Product,
quantity As Double,
variantId As String,
currency As Currency,
unitId As String,
user As User
) As PriceRaw
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
The product. - quantity
- Type: SystemDouble
The quantity. - variantId
- Type: SystemString
The variant id. - currency
- Type: Dynamicweb.Ecommerce.InternationalCurrency
The currency. - unitId
- Type: SystemString
The unit id. - user
- Type: Dynamicweb.Security.UserManagementUser
The user.
Return Value
Type:
PriceRawThe
PriceRaw.
See Also