🔳Cart order model overview
Last updated
Last updated
The logical model of a shopping cart pack can be represented as follows:
A shopping cart pack is made up of several sections. Each of the sections contains attributes and other objects needed to that section. The content is:
Section | Contents | Cardinality |
---|---|---|
Header
Shopping cart basic information.
All individual orders in the same shopping cart share the same header information. This ORDERS PACK displays that information once and is not repeated for each individual order.
1
Buyer
Buyer basic information.
All individual orders in the same shopping cart share the same buyer information. This ORDERS PACK displays that information once and is not repeated for each individual order.
1
Payments
Collection of payments in the order.
All individual orders in the same shopping cart share the same payments information. This ORDERS PACK displays that information once and is not repeated for each individual order.
1 up to 10
Shipping
Shipping information.
All individual orders in the same shopping cart share the same shipping information. This ORDERS PACK displays that information once and is not repeated for each individual order.
1
Orders
Collection of orders into the pack.
Each one of the individual orders uses its own logical model.
1 up to 500