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

# 상품 재입고

## 재입고 신청 정보 조회

> \## 기능설명\
> \* 재입고 신청 정보 목록을 조회한다.\
> \---\
> \## 상세설명\
> \* 마이페이지에서 보여주는 재입고 신청 정보 목록.\
> \* 재입고 신청 정보 목록에는 front 에서 필요로 하는 상품정보가 포함되어 있다.\
> \---\
> \## 수정번호\
> \* Release v1.05\_231204 : 재입고 신청 정보 목록 조회, 재입고 신청 정보 목록 조회 신규 추가<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Goods API","version":"v1"},"servers":[{"url":"https://api-goods.x2bee.com/api/goods/","description":"prd"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","name":"Authorization","in":"header","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"ReplenishRequest":{"type":"object","properties":{"langCd":{"type":"string","default":"ko","description":"언어코드(CM009)"},"siteNo":{"type":"string","default":"1","description":"사이트번호"},"reWhsgNotiSgtNo":{"type":"string","description":"재입고알림 신청번호"},"mbrNo":{"type":"string","description":"회원번호"},"goodsNo":{"type":"string","description":"상품번호"},"itmNo":{"type":"string","description":"단품번호"},"reWhsgNotiMethodCd":{"type":"string","description":"재입고알림방법코드"},"reWhsgNotiStatCd":{"type":"string","description":"재입고알림상태코드"},"telRgnNo":{"type":"string","description":"휴대폰 앞자리"},"telTxnoNo":{"type":"string","description":"휴대폰 중간자리"},"telEndNo":{"type":"string","description":"휴대폰 끝자리"},"emailAddr":{"type":"string","description":"이메일주소"},"indInfoGthrMkusAgrYn":{"type":"string","description":"개인정보수집이용동의여부"},"reWhsgNotiCnclPathCd":{"type":"string","description":"재입고알림취소경로코드"},"delYn":{"type":"string","description":"삭제여부"}}},"ReplenishResponseListReplenishProductInfo":{"type":"object","properties":{"code":{"type":"string","description":"결과코드"},"message":{"type":"string","description":"결과메세지"},"totCnt":{"type":"integer","format":"int32","description":"전체건수"},"payload":{"type":"array","description":"payload","items":{"$ref":"#/components/schemas/ReplenishProductInfo"}}}},"ReplenishProductInfo":{"type":"object","properties":{"reWhsgNotiSgtNo":{"type":"string","description":"재입고알림 신청번호"},"goodsNo":{"type":"string","description":"상품번호"},"itmNo":{"type":"string","description":"단품번호"},"goodsNm":{"type":"string","description":"상품명"},"itmNm":{"type":"string","description":"단품명"},"brandNm":{"type":"string","description":"브랜드명"},"goodsImgUrl":{"type":"string","description":"상품이미지"},"salePrc":{"type":"string","description":"상품가격"},"saleStatCd":{"type":"string","description":"상품판매상태코드"},"notiSgtDtm":{"type":"string","format":"date-time","description":"재입고알림신청일자"},"notiSndDtm":{"type":"string","format":"date-time","description":"재입고알림전송일자"},"reWhsgNotiMethodCd":{"type":"string","description":"재입고알림방법"},"reWhsgNotiStatCd":{"type":"string","description":"재입고알림상태"}}}}},"paths":{"/v1/replenish/replenishList":{"post":{"tags":["상품 재입고"],"summary":"재입고 신청 정보 조회","description":"## 기능설명\n* 재입고 신청 정보 목록을 조회한다.\n---\n## 상세설명\n* 마이페이지에서 보여주는 재입고 신청 정보 목록.\n* 재입고 신청 정보 목록에는 front 에서 필요로 하는 상품정보가 포함되어 있다.\n---\n## 수정번호\n* Release v1.05_231204 : 재입고 신청 정보 목록 조회, 재입고 신청 정보 목록 조회 신규 추가\n","operationId":"getReplenishList","parameters":[{"name":"reWhsgNotiStatCd","in":"query","description":"재입고 알림상태코드(10:알림신청, 20:알림완료, 30:기간만료, 40:알림취소)","schema":{"type":"String"}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReplenishRequest"}}},"required":true},"responses":{"200":{"description":"재입고 신청 정보 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplenishResponseListReplenishProductInfo"}}}},"900":{"description":"재입고 신청 정보 목록 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplenishResponseListReplenishProductInfo"}}}}}}}}}
```

## 재입고 알림 신청 취소

> \## 기능설명\
> \* 재입고 알림 신청 취소를 요청한다.\
> \---\
> \## 상세설명\
> \* 기존에 신청한 재입고 알림 신청을 취소할 수 있다.\
> \---\
> \## 수정번호\
> \* Release v1.05\_231204 : 재입고 알림 신청 취소, 재입고 알림 신청 취소 신규 추가<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Goods API","version":"v1"},"servers":[{"url":"https://api-goods.x2bee.com/api/goods/","description":"prd"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","name":"Authorization","in":"header","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"ReplenishRequest":{"type":"object","properties":{"langCd":{"type":"string","default":"ko","description":"언어코드(CM009)"},"siteNo":{"type":"string","default":"1","description":"사이트번호"},"reWhsgNotiSgtNo":{"type":"string","description":"재입고알림 신청번호"},"mbrNo":{"type":"string","description":"회원번호"},"goodsNo":{"type":"string","description":"상품번호"},"itmNo":{"type":"string","description":"단품번호"},"reWhsgNotiMethodCd":{"type":"string","description":"재입고알림방법코드"},"reWhsgNotiStatCd":{"type":"string","description":"재입고알림상태코드"},"telRgnNo":{"type":"string","description":"휴대폰 앞자리"},"telTxnoNo":{"type":"string","description":"휴대폰 중간자리"},"telEndNo":{"type":"string","description":"휴대폰 끝자리"},"emailAddr":{"type":"string","description":"이메일주소"},"indInfoGthrMkusAgrYn":{"type":"string","description":"개인정보수집이용동의여부"},"reWhsgNotiCnclPathCd":{"type":"string","description":"재입고알림취소경로코드"},"delYn":{"type":"string","description":"삭제여부"}}},"ReplenishResponseObject":{"type":"object","properties":{"code":{"type":"string","description":"결과코드"},"message":{"type":"string","description":"결과메세지"},"totCnt":{"type":"integer","format":"int32","description":"전체건수"},"payload":{"description":"payload"}}}}},"paths":{"/v1/replenish/replenishCancel":{"post":{"tags":["상품 재입고"],"summary":"재입고 알림 신청 취소","description":"## 기능설명\n* 재입고 알림 신청 취소를 요청한다.\n---\n## 상세설명\n* 기존에 신청한 재입고 알림 신청을 취소할 수 있다.\n---\n## 수정번호\n* Release v1.05_231204 : 재입고 알림 신청 취소, 재입고 알림 신청 취소 신규 추가\n","operationId":"replenishCancel","parameters":[{"name":"reWhsgNotiSgtNo","in":"query","description":"재입고알림 신청번호","required":true,"schema":{"type":"String"}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReplenishRequest"}}},"required":true},"responses":{"200":{"description":"재입고 알림 신청 취소 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplenishResponseObject"}}}},"900":{"description":"재입고 알림 신청 취소 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplenishResponseObject"}}}}}}}}}
```

## 재입고 알림 신청

> \## 기능설명\
> \* 재입고 알림 신청을 요청한다.\
> \---\
> \## 상세설명\
> \* 일시 품절된 상품이 재입고 하면 알림을 받을 수 있게 신청한다.\
> \---\
> \## 수정번호\
> \* Release v1.05\_231204 : 재입고 알림 신청, 재입고 알림 신청 신규 추가<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Goods API","version":"v1"},"servers":[{"url":"https://api-goods.x2bee.com/api/goods/","description":"prd"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","name":"Authorization","in":"header","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"ReplenishRequest":{"type":"object","properties":{"langCd":{"type":"string","default":"ko","description":"언어코드(CM009)"},"siteNo":{"type":"string","default":"1","description":"사이트번호"},"reWhsgNotiSgtNo":{"type":"string","description":"재입고알림 신청번호"},"mbrNo":{"type":"string","description":"회원번호"},"goodsNo":{"type":"string","description":"상품번호"},"itmNo":{"type":"string","description":"단품번호"},"reWhsgNotiMethodCd":{"type":"string","description":"재입고알림방법코드"},"reWhsgNotiStatCd":{"type":"string","description":"재입고알림상태코드"},"telRgnNo":{"type":"string","description":"휴대폰 앞자리"},"telTxnoNo":{"type":"string","description":"휴대폰 중간자리"},"telEndNo":{"type":"string","description":"휴대폰 끝자리"},"emailAddr":{"type":"string","description":"이메일주소"},"indInfoGthrMkusAgrYn":{"type":"string","description":"개인정보수집이용동의여부"},"reWhsgNotiCnclPathCd":{"type":"string","description":"재입고알림취소경로코드"},"delYn":{"type":"string","description":"삭제여부"}}},"ReplenishResponseObject":{"type":"object","properties":{"code":{"type":"string","description":"결과코드"},"message":{"type":"string","description":"결과메세지"},"totCnt":{"type":"integer","format":"int32","description":"전체건수"},"payload":{"description":"payload"}}}}},"paths":{"/v1/replenish/replenishApply":{"post":{"tags":["상품 재입고"],"summary":"재입고 알림 신청","description":"## 기능설명\n* 재입고 알림 신청을 요청한다.\n---\n## 상세설명\n* 일시 품절된 상품이 재입고 하면 알림을 받을 수 있게 신청한다.\n---\n## 수정번호\n* Release v1.05_231204 : 재입고 알림 신청, 재입고 알림 신청 신규 추가\n","operationId":"replenishApply","parameters":[{"name":"goodsNo","in":"query","description":"상품 정보","required":true,"schema":{"type":"String"}},{"name":"itmNo","in":"query","description":"단품 정보","required":true,"schema":{"type":"String"}},{"name":"telRgnNo","in":"query","description":"휴대폰번호 앞자리","schema":{"type":"String"}},{"name":"telTxnoNo","in":"query","description":"휴대폰번호 중간자리","schema":{"type":"String"}},{"name":"telEndNo","in":"query","description":"휴대폰번호 끝자리","schema":{"type":"String"}},{"name":"emailAddr","in":"query","description":"이메일","schema":{"type":"String"}},{"name":"indInfoGthrMkusAgrYn","in":"query","description":"개인정보수집이용동의여부","required":true,"schema":{"type":"String"}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReplenishRequest"}}},"required":true},"responses":{"200":{"description":"재입고 알림 신청 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplenishResponseObject"}}}},"900":{"description":"재입고 알림 신청 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplenishResponseObject"}}}}}}}}}
```
