# Shopping cart list

## Shopping cart listing

Shopping cart is managed via the the frontstore session. All required information for API should be stored on the frontstore.

[This API call](https://demo.theshop.dev/api-documentation/v1#/cart/9b4d1b8ef233906f1447070be083c6d9) returns re-calculated Shopping cart with all available information processed by backend.

## Upsell

API can provide product listing for upsell. These products are selected by the lowest price and checked if they are not in the Shopping cart already.


---

# 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://wiki.theshop.dev/docs/frontstore/basic-selling-flow/shopping-cart-basket/shopping-cart-list.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.
