Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class DefaultFulfillmentWarehouseProcessor

Inheritance
System.Object
DefaultFulfillmentWarehouseProcessor
Namespace: EPiServer.Commerce.Order
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
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

Implements