Class DefaultStockLocationProvider
- Namespace
- Dynamicweb.Ecommerce.Stocks
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a default stock provider.
public class DefaultStockLocationProvider : StockLocationProvider
- Inheritance
-
DefaultStockLocationProvider
- Inherited Members
Methods
GetStockLocations(OrderLine)
Finds the stock locations.
public override IEnumerable<StockLocation> GetStockLocations(OrderLine orderLine)
Parameters
orderLine
OrderLineThe order line.
Returns
- IEnumerable<StockLocation>
The collection of the StockLocation.