Table of Contents

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 OrderLine
The order line.

Returns

IEnumerable<StockLocation>
The collection of the StockLocation.
To top