Click or drag to resize

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
)

Parameters

isDefault
Type: SystemBoolean
productId
Type: SystemString
quantity
Type: SystemDouble
currencyCode
Type: SystemString

Return Value

Type: PriceCollection
See Also