> 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/store-front-api/undefined-4/undefined-12.md).

# 재입고 알림 신청 내역

## 재입고 알림 신청내역 <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>
