Click or drag to resize

ProductReserveget_UserStock Method (String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Frontend.Cart
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use GetUserStock instead")]
public static IDictionary<ProductKey, double> get_UserStock(
	string orderId
)

Parameters

orderId
Type: SystemString

Return Value

Type: IDictionaryProductKey, Double
See Also