Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Checkout Namespace / CheckoutService Class / GenerateOrderShipments Method
The basket checking out
The order being created
A translation table to map basket shipment ids to new order shipment entities
Version
GenerateOrderShipments Method
Generates order shipments from the basket data
Syntax
protected void GenerateOrderShipments( 
   Basket basket,
   Order order,
   Dictionary<int,OrderShipment> shipmentLookup
)

Parameters

basket
The basket checking out
order
The order being created
shipmentLookup
A translation table to map basket shipment ids to new order shipment entities
Remarks
This method does not modify the basket object
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also