# 재입고 알림 신청 내역

## 재입고 알림 신청내역 <a href="#plus" id="plus"></a>

마이페이지의 전체메뉴에서 \[재입고 알림 신청내역]를 클릭하면 재입고 알림 신청내역 페이지로 이동합니다.

로그인한 고객이 재입고 알림 신청내역을 조회할 수 있으며, 삭제를 진행할 수 있습니다.

<p align="center"><img src="https://tech.x2bee.com/download/attachments/280658155/FO%20API%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0%20-%20%EC%83%81%ED%92%88%20QnA%20%EB%A7%88%EC%9D%B4%ED%8E%98%EC%9D%B4%EC%A7%80.drawio.png" alt=""></p>

### 1. 재입고 알림 신청내역 <a href="#id-1" id="id-1"></a>

로그인한 고객이 신청한 재입고 알림 내역들을 나타냅니다.

* **재입고 신청 정보 조회 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=goods\&depth=%EC%83%81%ED%92%88%20%EC%9E%AC%EC%9E%85%EA%B3%A0/getReplenishList))\
  재입고 신청 정보 목록을 조회합니다.

```
POST /v1/replenish/replenishList 
```

<details open>

<summary><strong>1.1 신청내역 삭제</strong></summary>

신청내역 목록 우측 상단 \[전체삭제] 버튼 또는 신청내역 우측 상단 \[X] 버튼을 클릭하면 해당 신청내역이 삭제됩니다.

* **재입고 알림 신청 취소 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=goods\&depth=%EC%83%81%ED%92%88%20%EC%9E%AC%EC%9E%85%EA%B3%A0/replenishCancel))\
  재입고 알림 신청 취소를 요청합니다.

```
POST /v1/replenish/replenishCancel 
```

</details>


---

# 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-12.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.
