Click or drag to resize

StockLevelProviderFindStockLevel Method (Product, String, StockLocation)

Namespace:  Dynamicweb.Ecommerce.Stocks
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public virtual Nullable<double> FindStockLevel(
	Product product,
	string unitId,
	StockLocation stockLocation
)

Parameters

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

Return Value

Type: NullableDouble
See Also