Figure SI.04-I01 - StockItemShipment and CustomerProductOrder

Header Image
Project:
Figure SI.04-I01 - StockItemShipment and CustomerProductOrder : Object diagram
Created: 5/5/2022 4:17:00 PM
Modified: 5/16/2022 5:44:57 PM
Project:
Advanced:
In the same CustomerProductOrder a Customer has requested an Iphone Red and a Box to be shipped at home with the same shipment conditions.

  • All CustomerProductOrderItems are not shown here to simplify the illustration.

The shipment CustomerProductOrderItem specifies the ContactAddress where GoodsProducts have to be shipped.
A StockItemShipment is created and specifies the Place and configuration of the shipment such as the delivery type “At Home”.
A StockItemShipmentItem is created for each CustomerProductOrderItems for GoodsProducts (i.e. one for the Iphone Red and one for the Box).
Each StockItemShipmentItem specifies the StockItem requested according to the GoodsProductSpec configuration carried by the CustomerProductOrderItem.