> 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/back-office/goods-bo/undefined-5.md).

# 재입고 알림

품절된 상품에 대해 재입고 알림을 신청한 고객에게 재입고 소식을 알리는 기능을 제공합니다.

***

## 주요 기능

* **재입고 알림 신청 목록 조회**
  * 기간 검색을 통해 알림신청일자와 알림발송일자를 조건으로 검색이 가능하며, 회원, 협력사, MD, 발송상태, 상품번호, 상품명 등으로 다양한 조건으로 검색이 가능합니다.
* **재입고 알림 신청**
  * 회원에 한해 최대 10개의 상품에 대해 재입고 알림을 신청할 수 있습니다.
  * 신청 후 90일 이내에만 유효하며, 90일 이후에는 삭제됩니다.

## 프로세스 정의

<figure><img src="/files/864g0uZ390D3KZMlYCX7" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### 재입고 알림 처리

상품관리 > 재입고 알림 관리 메뉴 진입 후 조회 버튼 클릭
{% endstep %}

{% step %}

### 적용 조건 확인

재입고 알림 목록 조회 요청 시 적용할 수 있는 조건 목록
{% endstep %}

{% step %}

### API 송신

재입고 알림 목록 조회 API 호출
{% endstep %}
{% endstepper %}

## API 기능 목록

<table><thead><tr><th width="111.2222900390625">API</th><th width="264.5555419921875">설명</th><th width="95.77783203125">Server</th><th width="90.22216796875">메소드</th><th>비고</th></tr></thead><tbody><tr><td>재입고 알림 목록 조회</td><td>재입고 알림 목록을 조회하는 API</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=goods&#x26;depth=%EC%9E%AC%EC%9E%85%EA%B3%A0%20%EC%95%8C%EB%A6%BC%20%EA%B4%80%EB%A6%AC&#x26;path=getRestockNotiList">🔗 API 확인 ></a></td></tr></tbody></table>

## 용어 정의

<table><thead><tr><th width="122.888916015625">명칭</th><th>설명</th><th data-hidden></th></tr></thead><tbody><tr><td>발송상태</td><td>화면에는 공통코드 PR048의 CD_DESC 가 노출된다.</td><td></td></tr></tbody></table>


---

# 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:

```
GET https://tech.x2bee.com/api-guide/back-office/goods-bo/undefined-5.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.
