Class DefaultFulfillmentWarehouseProcessor
Gets IWarehouse for IShipment.
Inheritance
System.Object
DefaultFulfillmentWarehouseProcessor
Implements
Namespace: EPiServer.Commerce.Order
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0Syntax
public class DefaultFulfillmentWarehouseProcessor : Object, IFulfillmentWarehouseProcessor
Constructors
DefaultFulfillmentWarehouseProcessor(IWarehouseRepository)
Declaration
public DefaultFulfillmentWarehouseProcessor(IWarehouseRepository warehouseRepository)
Parameters
| Type | Name | Description |
|---|---|---|
| IWarehouseRepository | warehouseRepository |
Methods
GetFulfillmentWarehouse(IShipment)
Declaration
public IWarehouse GetFulfillmentWarehouse(IShipment shipment)
Parameters
| Type | Name | Description |
|---|---|---|
| IShipment | shipment |
Returns
| Type | Description |
|---|---|
| IWarehouse |