Table of Contents

Class StockLocationProvider

Namespace
Dynamicweb.Ecommerce.Stocks
Assembly
Dynamicweb.Ecommerce.dll

Represents a stock provider.

public abstract class StockLocationProvider
Inheritance
StockLocationProvider
Derived
Inherited Members

Methods

GetStockLocations(OrderLine)

Finds the stock locations.

public virtual IEnumerable<StockLocation> GetStockLocations(OrderLine orderLine)

Parameters

orderLine OrderLine

The order line.

Returns

IEnumerable<StockLocation>

The collection of the StockLocation.

To top