  | PriceManagerFindPrice Method (Product, Double, String, Currency, String, Double) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Prices
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic static Object FindPrice(
	Product product,
	double quantity,
	string variantId,
	Currency currency,
	string unitId,
	double quantityAllVariants
)
Public Shared Function FindPrice ( 
	product As Product,
	quantity As Double,
	variantId As String,
	currency As Currency,
	unitId As String,
	quantityAllVariants As Double
) As Object
Parameters
- product
 - Type: Dynamicweb.Ecommerce.ProductsProduct
 - quantity
 - Type: SystemDouble
 - variantId
 - Type: SystemString
 - currency
 - Type: Dynamicweb.Ecommerce.InternationalCurrency
 - unitId
 - Type: SystemString
 - quantityAllVariants
 - Type: SystemDouble
 
Return Value
Type: 
Object
See Also