# Cart order model overview

The logical model of a shopping cart pack can be represented as follows:

<figure><img src="/files/ljCnvJurpAUQQyPCGwZT" alt=""><figcaption></figcaption></figure>

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   | <p>Shopping cart basic information.</p><p> </p><p>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.</p>       | 1           |
| Buyer    | <p>Buyer basic information.</p><p> </p><p>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.</p>                | 1           |
| Payments | <p>Collection of payments in the order.</p><p> </p><p>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.</p> | 1 up to 10  |
| Shipping | <p>Shipping information.</p><p> </p><p>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.</p>                | 1           |
| Orders   | <p>Collection of orders into the pack.</p><p> </p><p>Each one of the individual orders uses its own<br>logical model.</p>                                                                                                                     | 1 up to 500 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.alephee.com/v2/orders/logical-model/shopping-cart-orders/cart-order-model-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
