# 위시리스트

고객이 관심있는 상품을 찜하고 추후에 확인하거나 구매할 수 있도록 하는 기능을 제공합니다.

고객이 원하는 상품을 위시리스트에 추가, 삭제하고 관리할 수 있습니다.

위시리스트는 고객의 쇼핑 경험을 향상시키고 관심 상품을 추적하는 데 도움이 됩니다.

***

## &#x20;위시리스트 조회하기

로그인한 고객이 위시리시트로 등록한 상품, 브랜드, 콘텐츠를 조회할 수 있는 페이지입니다.

하단 메뉴바의 **\[위시리스트]**&#xB97C; 클릭하면 위시리스트 페이지로 이동합니다.

**\[세일]** 체크 박스를 클릭하면 위시리스트로 등록된 상품들 중 세일이 진행 중인 상품 목록을 조회합니다.

<p 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=""></p>

### 1. 상품 목록 조회하기 <a href="#id-1" id="id-1"></a>

위시리스트로 등록한 상품 목록을 조회합니다.

* **위시리스트-상품리스트 조회 (**[🔗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))\
  회원의 위시리스트(상품, 브랜드, 콘텐츠) 중 상품 목록을 조회합니다.

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

### 2. 브랜드 목록 조회하기 <a href="#id-2" id="id-2"></a>

위시리스트 등록한 브랜드 별로 모아서 조회 할 수 있습니다.

* **위시리스트-브랜드 리스트 조회 (**[🔗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))\
  회원의 위시리스트 브랜드 목록을 조회합니다.

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

### 3. 콘텐츠 목록 조회하기 <a href="#id-3" id="id-3"></a>

위시리스트 등록한 콘텐츠 목록을 조회할 수 있습니다.

* **위시리스트-콘텐츠 리스트 조회 (**[🔗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))\
  회원의 위시리스트 상품을 콘텐츠 목록을 조회합니다.

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


---

# 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://tech.x2bee.com/api-guide/store-front-api/undefined-4/undefined-1.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.
