Table of Contents

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 Product

The product.

unitId string
stockLocation StockLocation

The stock location.

Returns

double?

The stock level of a product.

To top