  | PriceGetPrices Method (Boolean, String, Double, String) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.Prices
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute]
public static PriceCollection GetPrices(
	bool isDefault,
	string productId,
	double quantity,
	string currencyCode
)
<ObsoleteAttribute>
Public Shared Function GetPrices ( 
	isDefault As Boolean,
	productId As String,
	quantity As Double,
	currencyCode As String
) As PriceCollection
Parameters
- isDefault
 - Type: SystemBoolean
 - productId
 - Type: SystemString
 - quantity
 - Type: SystemDouble
 - currencyCode
 - Type: SystemString
 
Return Value
Type: 
PriceCollection
See Also