# How to use the shopping cart

The Shopping Cart lets you add multiple marketplace items, review them together, and manage your purchases in one place. You can add items from different sellers to your cart and check out when you’re ready.

### What is the Shopping Cart?

The Shopping Cart allows you to:

* Add multiple items before checking out
* Shop across different sellers in one cart (items automatically grouped by seller)
* Review subtotals and shipping fees by seller
* Check out items by seller

At checkout, your order is automatically split by seller so each seller can fulfill their part separately.

### How to use the Shopping Cart

#### Add Items to Your Cart

You can add items to your cart from Marketplace (Shop).

* Or tap **Add to cart** on the product page
* Tap the **cart icon** on an item while browsing

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

#### View Your Cart

Tap the **cart icon** to open your cart at any time. In your cart, you can:

* See items grouped by seller, with subtotals and shipping fees for each seller
* Check how many items and shops are included
* Increase or decrease item quantities
* Remove items you no longer want

If inventory changes while you’re shopping, available quantities update automatically.

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

#### Check Out by Seller

When you’re ready to check out:

* Review your cart summary grouped by seller
* See clear subtotals and shipping fees for each seller
* Complete checkout and payment for each shop separately

After checkout, you’ll see a confirmation page where each seller’s items appear.

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

#### Coupons and Discounts

* Platform coupons can be applied to **one shop per checkout**
* You’ll see which shop the coupon applies to before completing payment


---

# 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://help.palmstreet.app/buyer/explore-palmstreet-features/how-to-use-the-shopping-cart.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.
