> 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/api-en/store-front-api-reference/goods-api/product-restock.md).

# Product Restock

## Retrieve Restock Application Info

> \## Function Description\
> \* Retrieves the list of restock application information.\
> \---\
> \## Detailed Description\
> \* The list of restock application information shown in My Page.\
> \* The restock application information list includes the product information required by the front end.\
> \---\
> \## Revision History\
> \* Release v1.05\_231204 : Restock application information list inquiry, newly added restock application information list inquiry<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":"Language Code (CM009)"},"siteNo":{"type":"string","default":"1","description":"Site No."},"reWhsgNotiSgtNo":{"type":"string","description":"Restock Alert Request No."},"mbrNo":{"type":"string","description":"Member No."},"goodsNo":{"type":"string","description":"Product No."},"itmNo":{"type":"string","description":"Item No."},"reWhsgNotiMethodCd":{"type":"string","description":"Restock Notification Method Code"},"reWhsgNotiStatCd":{"type":"string","description":"Restock Notification Status Code"},"telRgnNo":{"type":"string","description":"Mobile Phone First Segment"},"telTxnoNo":{"type":"string","description":"Mobile Phone Middle Segment"},"telEndNo":{"type":"string","description":"Mobile Phone Last Segment"},"emailAddr":{"type":"string","description":"Email Address"},"indInfoGthrMkusAgrYn":{"type":"string","description":"Personal Information Collection and Use Consent Status"},"reWhsgNotiCnclPathCd":{"type":"string","description":"Restock Notification Cancellation Route Code"},"delYn":{"type":"string","description":"Deletion Status"}}},"ReplenishResponseListReplenishProductInfo":{"type":"object","properties":{"code":{"type":"string","description":"Result Code"},"message":{"type":"string","description":"Result Message"},"totCnt":{"type":"integer","format":"int32","description":"Total Count"},"payload":{"type":"array","description":"payload","items":{"$ref":"#/components/schemas/ReplenishProductInfo"}}}},"ReplenishProductInfo":{"type":"object","properties":{"reWhsgNotiSgtNo":{"type":"string","description":"Restock Alert Request No."},"goodsNo":{"type":"string","description":"Product No."},"itmNo":{"type":"string","description":"Item No."},"goodsNm":{"type":"string","description":"Product Name"},"itmNm":{"type":"string","description":"Item Name"},"brandNm":{"type":"string","description":"Brand Name"},"goodsImgUrl":{"type":"string","description":"Product Image"},"salePrc":{"type":"string","description":"Product Price"},"saleStatCd":{"type":"string","description":"Product Sales Status Code"},"notiSgtDtm":{"type":"string","format":"date-time","description":"Restock Notification Application Date"},"notiSndDtm":{"type":"string","format":"date-time","description":"Restock Notification Sent Date"},"reWhsgNotiMethodCd":{"type":"string","description":"Restock Notification Method"},"reWhsgNotiStatCd":{"type":"string","description":"Restock Notification Status"}}}}},"paths":{"/v1/replenish/replenishList":{"post":{"tags":["Product Restock"],"summary":"Retrieve Restock Application Info","description":"## Function Description\n* Retrieves the list of restock application information.\n---\n## Detailed Description\n* The list of restock application information shown in My Page.\n* The restock application information list includes the product information required by the front end.\n---\n## Revision History\n* Release v1.05_231204 : Restock application information list inquiry, newly added restock application information list inquiry\n","operationId":"getReplenishList","parameters":[{"name":"reWhsgNotiStatCd","in":"query","description":"Restock Notification Status Code (10: Notification Applied, 20: Notification Completed, 30: Expired, 40: Notification Canceled)","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":"Restock Application Info List Inquiry Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplenishResponseListReplenishProductInfo"}}}},"900":{"description":"Restock Application Info List Inquiry Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplenishResponseListReplenishProductInfo"}}}}}}}}}
```

## Cancel Restock Notification Application

> \## Function Description\
> \* Requests cancellation of a restock notification application.\
> \---\
> \## Detailed Description\
> \* Cancels a previously submitted restock notification application.\
> \---\
> \## Revision History\
> \* Release v1.05\_231204 : Restock notification application cancellation, newly added restock notification application cancellation<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":"Language Code (CM009)"},"siteNo":{"type":"string","default":"1","description":"Site No."},"reWhsgNotiSgtNo":{"type":"string","description":"Restock Alert Request No."},"mbrNo":{"type":"string","description":"Member No."},"goodsNo":{"type":"string","description":"Product No."},"itmNo":{"type":"string","description":"Item No."},"reWhsgNotiMethodCd":{"type":"string","description":"Restock Notification Method Code"},"reWhsgNotiStatCd":{"type":"string","description":"Restock Notification Status Code"},"telRgnNo":{"type":"string","description":"Mobile Phone First Segment"},"telTxnoNo":{"type":"string","description":"Mobile Phone Middle Segment"},"telEndNo":{"type":"string","description":"Mobile Phone Last Segment"},"emailAddr":{"type":"string","description":"Email Address"},"indInfoGthrMkusAgrYn":{"type":"string","description":"Personal Information Collection and Use Consent Status"},"reWhsgNotiCnclPathCd":{"type":"string","description":"Restock Notification Cancellation Route Code"},"delYn":{"type":"string","description":"Deletion Status"}}},"ReplenishResponseObject":{"type":"object","properties":{"code":{"type":"string","description":"Result Code"},"message":{"type":"string","description":"Result Message"},"totCnt":{"type":"integer","format":"int32","description":"Total Count"},"payload":{"description":"payload"}}}}},"paths":{"/v1/replenish/replenishCancel":{"post":{"tags":["Product Restock"],"summary":"Cancel Restock Notification Application","description":"## Function Description\n* Requests cancellation of a restock notification application.\n---\n## Detailed Description\n* Cancels a previously submitted restock notification application.\n---\n## Revision History\n* Release v1.05_231204 : Restock notification application cancellation, newly added restock notification application cancellation\n","operationId":"replenishCancel","parameters":[{"name":"reWhsgNotiSgtNo","in":"query","description":"Restock Alert Request No.","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":"Restock Notification Cancellation Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplenishResponseObject"}}}},"900":{"description":"Restock Notification Cancellation Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplenishResponseObject"}}}}}}}}}
```

## Apply for Restock Notification

> \## Function Description\
> \* Requests a restock notification application.\
> \---\
> \## Detailed Description\
> \* Applies to receive a notification when a temporarily out-of-stock product is restocked.\
> \---\
> \## Revision History\
> \* Release v1.05\_231204 : Restock notification application, newly added restock notification application<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":"Language Code (CM009)"},"siteNo":{"type":"string","default":"1","description":"Site No."},"reWhsgNotiSgtNo":{"type":"string","description":"Restock Alert Request No."},"mbrNo":{"type":"string","description":"Member No."},"goodsNo":{"type":"string","description":"Product No."},"itmNo":{"type":"string","description":"Item No."},"reWhsgNotiMethodCd":{"type":"string","description":"Restock Notification Method Code"},"reWhsgNotiStatCd":{"type":"string","description":"Restock Notification Status Code"},"telRgnNo":{"type":"string","description":"Mobile Phone First Segment"},"telTxnoNo":{"type":"string","description":"Mobile Phone Middle Segment"},"telEndNo":{"type":"string","description":"Mobile Phone Last Segment"},"emailAddr":{"type":"string","description":"Email Address"},"indInfoGthrMkusAgrYn":{"type":"string","description":"Personal Information Collection and Use Consent Status"},"reWhsgNotiCnclPathCd":{"type":"string","description":"Restock Notification Cancellation Route Code"},"delYn":{"type":"string","description":"Deletion Status"}}},"ReplenishResponseObject":{"type":"object","properties":{"code":{"type":"string","description":"Result Code"},"message":{"type":"string","description":"Result Message"},"totCnt":{"type":"integer","format":"int32","description":"Total Count"},"payload":{"description":"payload"}}}}},"paths":{"/v1/replenish/replenishApply":{"post":{"tags":["Product Restock"],"summary":"Apply for Restock Notification","description":"## Function Description\n* Requests a restock notification application.\n---\n## Detailed Description\n* Applies to receive a notification when a temporarily out-of-stock product is restocked.\n---\n## Revision History\n* Release v1.05_231204 : Restock notification application, newly added restock notification application\n","operationId":"replenishApply","parameters":[{"name":"goodsNo","in":"query","description":"Product Info","required":true,"schema":{"type":"String"}},{"name":"itmNo","in":"query","description":"Item Info","required":true,"schema":{"type":"String"}},{"name":"telRgnNo","in":"query","description":"Mobile Phone Number First Segment","schema":{"type":"String"}},{"name":"telTxnoNo","in":"query","description":"Mobile Phone Number Middle Segment","schema":{"type":"String"}},{"name":"telEndNo","in":"query","description":"Mobile Phone Number Last Segment","schema":{"type":"String"}},{"name":"emailAddr","in":"query","description":"Email","schema":{"type":"String"}},{"name":"indInfoGthrMkusAgrYn","in":"query","description":"Personal Information Collection and Use Consent Status","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":"Restock Notification Application Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplenishResponseObject"}}}},"900":{"description":"Restock Notification Application Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplenishResponseObject"}}}}}}}}}
```
