Click or drag to resize

StockLevelManagerFindStockLevel Method (Product, StockLocation)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Stocks
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use FindStockLevel(Product, String, StockLocation) instead.")]
public static Nullable<double> FindStockLevel(
	Product product,
	StockLocation stockLocation
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
stockLocation
Type: Dynamicweb.Ecommerce.StocksStockLocation

Return Value

Type: NullableDouble
See Also