Class StockLevelManager
- Namespace
- Dynamicweb.Ecommerce.Stocks
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a stock level manager.
public class StockLevelManager
- Inheritance
-
StockLevelManager
- Inherited Members
Methods
FindStockLevel(Product, string, StockLocation)
Finds the stock level of a product.
public static double? FindStockLevel(Product product, string unitId, StockLocation stockLocation)
Parameters
product
ProductThe product.
unitId
stringstockLocation
StockLocationThe stock location.
Returns
- double?
The stock level of a product.