> For the complete documentation index, see [llms.txt](https://manual.scandipwa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.scandipwa.com/v4.1.0/customers/account-dashboard/my-wishlist.md).

# My Wishlist

![My wishlist page on desktop](/files/-MLIjD0jzkz0rTlPO4oO)

My wishlist page gives the ability to manage the customer saved products and add them to cart directly from the wishlist. Below find the description of all the actions related to the customer wishlist:&#x20;

| ACTION                               | **STATUS**    | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                                                  |
| ------------------------------------ | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Add to Wishlist                      | **SUPPORTED** | The customer is able to add the product to the wishlist only through the product description page. The ScandiPWA theme will ask the customer to log in to the account first.                                                                                                                                                                                                                                 |
| Edit Your Wishlist                   | **SUPPORTED** | <p>The customer is able to update his product list in the wishlist by adding a description to the products or removing them from the wishlist.</p><p>It is possible to remove all products from THE wishlist by tapping the <strong>Clear Wishlist</strong> button on the upper-right corner. or delete each product separately with the <strong>Remove From Wishlist</strong> button under the product.</p> |
| Add to Cart                          | **SUPPORTED** | <p>My Wishlist gives an opportunity to add all products in the wishlist to the shopping cart by tapping the <strong>Add All To Cart</strong> button on the upper-right corner, or to add each product separately. </p><p>After the product is added to the cart, it gets removed from My Wishlist.</p>                                                                                                       |
| Redirect to Product Description Page | **SUPPORTED** | <p>It is possible to open the product description page directly from My Wishlist by clicking on the product cart. </p><p>In case of a configurable product being added to the wishlist, by clicking on it, the user gets redirected to the product description page of the exact configurable product option. </p>                                                                                           |
| Sharing a Wish List                  | **SUPPORTED** | Sharing a Wish List option is supported by ScandiPWA out of the box. Specify email, and the link to it will be sent to the specified recipient.                                                                                                                                                                                                                                                              |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual.scandipwa.com/v4.1.0/customers/account-dashboard/my-wishlist.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
