> 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/back-office-api-reference/goods-bo-api/restock-notification-management.md).

# Restock Notification Management

## Search Restock Alert List

> \## Function Description\
> \* An API that searches the restock alert list.\
> \---\
> \## Detailed Description\
> \* This is the API called when searching the list on the Product Management > Restock Alert Management screen.\
> \* The search period is set to the last 30 days by default, and can be changed to search a different period.\
> &#x20;   \* The search period can be searched by the restock alert application date and the restock alert send date.\
> \* The restock alert list can be searched using various parameters.\
> &#x20;   \* Can be searched by product number, product name, restock alert send status, member ID, vendor number, and assigned MD as conditions.\
> &#x20;   \* The product number can be searched by start, contains, equals, multi, range, etc.\
> \---\
> \## Revision History\
> \* Release v1.04\_231204 : Search restock alert list, newly added restock alert list search\
> \* Release v2.00\_240425 : Added site number to restock alert management<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RestockNotificationApiRequest":{"type":"object","description":"Restock Notification Management Request DTO","properties":{"searchDateType":{"type":"string","description":"Inquiry Period Search Condition"},"reStockStartDtm":{"type":"string","format":"date-time","description":"Restock Notification Start Date"},"reStockEndDtm":{"type":"string","format":"date-time","description":"Restock Notification End Date"},"isAllPeriod":{"type":"boolean","description":"Full Period Inquiry Status"},"loginId":{"type":"string","description":"Member ID"},"mbrNm":{"type":"string","description":"Member Name"},"entrNo":{"type":"string","description":"Vendor No."},"mdUserId":{"type":"string","description":"MD ID"},"reWhsgNotiStatCd":{"type":"string","description":"Restock Notification Status Code"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"goodsNoOption":{"type":"string","description":"Product No. Option"},"goodsNoList":{"type":"string","description":"Product No. List String"},"goodsNoArray":{"type":"array","description":"Product No. List Array","items":{"type":"string"}},"goodsNoFrom":{"type":"string","description":"Product No. From Condition"},"goodsNoTo":{"type":"string","description":"Product No. To Condition"}}},"ResponseRealGridListResponseRestockNotificationApiResponse":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"$ref":"#/components/schemas/RealGridListResponseRestockNotificationApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseRestockNotificationApiResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/RestockNotificationApiResponse"}}}},"RestockNotificationApiResponse":{"type":"object","description":"Restock Notification Management Response DTO","properties":{"reWhsgNotiSgtNo":{"type":"string","description":"Notification Application No."},"notiSgtDtm":{"type":"string","description":"Application Date/Time"},"notiSndDtm":{"type":"string","description":"Send Date/Time"},"noticnclDtm":{"type":"string","description":"Cancellation Date/Time"},"reWhsgNotiStatCd":{"type":"string","description":"Send Status"},"loginId":{"type":"string","description":"Applicant Member ID"},"loginNm":{"type":"string","description":"Applicant Member Name"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Option Value"},"mdNm":{"type":"string","description":"Assigned MD"},"entrNm":{"type":"string","description":"Vendor Name"},"totalCount":{"type":"integer","format":"int32","description":"Total Count"},"siteNm":{"type":"string","description":"Site Name"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/goods/restockNotification/getRestockNotiList":{"get":{"tags":["Restock Notification Management"],"summary":"Search Restock Alert List","description":"## Function Description\n* An API that searches the restock alert list.\n---\n## Detailed Description\n* This is the API called when searching the list on the Product Management > Restock Alert Management screen.\n* The search period is set to the last 30 days by default, and can be changed to search a different period.\n    * The search period can be searched by the restock alert application date and the restock alert send date.\n* The restock alert list can be searched using various parameters.\n    * Can be searched by product number, product name, restock alert send status, member ID, vendor number, and assigned MD as conditions.\n    * The product number can be searched by start, contains, equals, multi, range, etc.\n---\n## Revision History\n* Release v1.04_231204 : Search restock alert list, newly added restock alert list search\n* Release v2.00_240425 : Added site number to restock alert management\n","operationId":"getRestockNotiList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/RestockNotificationApiRequest"}}],"responses":{"200":{"description":"Search Restock Alert List Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseRestockNotificationApiResponse"}}}},"900":{"description":"Search Restock Alert List Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseRestockNotificationApiResponse"}}}}}}}}}
```
