> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/api-guides-en/store-front-api/my-page/wish-list.md).

# Wish List

Provides a feature that allows customers to save products they are interested in and check or purchase them later.

Customers can add, delete, and manage the products they want in their wish list.

The wish list helps enhance the customer's shopping experience and track products of interest.

***

## Viewing the Wish List

This page allows a logged-in customer to view the products, brands, and content they have added to their wish list.

Clicking **\[Wish List]** in the bottom menu bar takes you to the Wish List page.

Clicking the **\[Sale]** checkbox displays a list of products from the wish list that are currently on sale.

<div align="center"><img src="https://tech.x2bee.com/download/attachments/266110847/FO%20API%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0-%EB%A7%88%EC%9D%B4%ED%8E%98%EC%9D%B4%EC%A7%80%20%EC%A0%84%EC%B2%B4%EB%A9%94%EB%89%B4.drawio.png" alt=""></div>

### 1. Viewing the Product List <a href="#id-1" id="id-1"></a>

Retrieves the list of products added to the wish list.

* **Wish List - View Product List (**[🔗View API >](https://api.x2bee.com/content?msa=member\&depth=%EC%9C%84%EC%8B%9C%EB%A6%AC%EC%8A%A4%ED%8A%B8\&path=getProductList))\
  Retrieves the product list among the member's wish list (products, brands, content).

```
GET /v1/front/productList 
```

### 2. Viewing the Brand List <a href="#id-2" id="id-2"></a>

You can view items grouped by brand added to the wish list.

* **Wish List - View Brand List (**[🔗View API >](https://api.x2bee.com/content?msa=member\&depth=%EC%9C%84%EC%8B%9C%EB%A6%AC%EC%8A%A4%ED%8A%B8\&path=getBrandList))\
  Retrieves the member's wish list brand list.

```
GET /v1/front/brandList 
```

### 3. Viewing the Content List <a href="#id-3" id="id-3"></a>

You can view the list of content added to the wish list.

* **Wish List - View Content List (**[🔗View API >](https://api.x2bee.com/content?msa=member\&depth=%EC%9C%84%EC%8B%9C%EB%A6%AC%EC%8A%A4%ED%8A%B8\&path=getContentsList))\
  Retrieves the content list of the member's wish list products.

```
GET /v1/front/contentsList 
```
