> 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/delivery-bo-api/unsent-status.md).

# Unsent Status

## Retrieve Undelivered Target List V2

> \## Function Description\
> Retrieves the list of undelivered targets based on vendor/product/order.\
> \<br>\<br>\
> \---\
> \## Detailed Content\
> \* Retrieves targets corresponding to undelivered status among general orders and accepted exchange cases.\<br>\<br>\
> \* The order history status (OM005) used as the undelivered criterion corresponds to statuses where the value of Reference 5 is "Y".\<br>\<br>\
> \---\
> \## Revision History\
> \* Release v2.00\_240829 : Added default address masking<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":{"PendingShipmentMgmtRequest":{"type":"object","description":"Undelivered Status Request DTO","properties":{"searchType":{"type":"string","description":"Search Criteria","enum":["E","G","O"]},"entrNo":{"type":"string","description":"Vendor No."},"deliIndiStrDt":{"type":"string","format":"date","description":"Delivery Instruction Start Date"},"deliIndiEndDt":{"type":"string","format":"date","description":"Delivery Instruction End Date"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type (PR008)"},"deliMethodCd":{"type":"string","description":"Delivery Method Code (LO010)"}}},"RealGridListResponsePendingShipmentMgmtResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/PendingShipmentMgmtResponse"}}}},"PendingShipmentMgmtResponse":{"type":"object","description":"Undelivered Status Response DTO","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Item Name"},"prestNm":{"type":"string","description":"Gift Item Name"},"stkQty":{"type":"integer","format":"int32","description":"Stock Quantity"},"norPrc":{"type":"number","description":"Regular Price"},"salePrc":{"type":"number","description":"Selling Price"},"ordNo":{"type":"string","description":"Order No."},"deliNo":{"type":"string","description":"Delivery No."},"ordAccpDtm":{"type":"string","format":"date-time","description":"Order Receipt Date/Time"},"ordFnshDtm":{"type":"string","format":"date-time","description":"Order Completion Date/Time"},"deliIndiDtm":{"type":"string","format":"date-time","description":"Delivery Instruction Date/Time"},"ordDtlStatCd":{"type":"string","description":"Order Detail Status Code (OM005)"},"ordDtlStatCdNm":{"type":"string","description":"Order Detail Status Code Name"},"deliKindCd":{"type":"string","description":"Delivery Type Code (LO009)"},"deliKindCdNm":{"type":"string","description":"Delivery Type Code Name"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Code (PR008)"},"deliProcTypCdNm":{"type":"string","description":"Delivery Processing Type Code Name"},"ordSaleTypCd":{"type":"string","description":"Order Sales Type Code (OM004)"},"ordSaleTypCdNm":{"type":"string","description":"Order Sale Type Code Name"},"ordQty":{"type":"integer","format":"int32","description":"Order Quantity"},"loginId":{"type":"string","description":"Login ID"},"ordManNm":{"type":"string","description":"Orderer"},"ordManCellNo":{"type":"string","description":"Orderer Mobile Phone Number"},"rcvmnNm":{"type":"string","description":"Recipient Name"},"rcvmnCellNo":{"type":"string","description":"Recipient Mobile Phone No."},"deliAddr":{"type":"string","description":"Delivery Address"},"deliMsg":{"type":"string","description":"Delivery Request Message"},"totalCount":{"type":"integer","format":"int32","description":"Count"},"d0Count":{"type":"integer","format":"int32","description":"D"},"d1Count":{"type":"integer","format":"int32","description":"D + 1"},"d2Count":{"type":"integer","format":"int32","description":"D + 2"},"d3Count":{"type":"integer","format":"int32","description":"D + 3"},"d4Count":{"type":"integer","format":"int32","description":"D + 4"},"d5Count":{"type":"integer","format":"int32","description":"D + 5"},"d6Count":{"type":"integer","format":"int32","description":"D + 6"},"overCount":{"type":"integer","format":"int32","description":"D + 7 or More"}}}}},"paths":{"/v2/delivery/pendingShipmentMgmt/getPendingShipmentList":{"post":{"tags":["Unsent Status"],"summary":"Retrieve Undelivered Target List V2","description":"## Function Description\nRetrieves the list of undelivered targets based on vendor/product/order.\n<br><br>\n---\n## Detailed Content\n* Retrieves targets corresponding to undelivered status among general orders and accepted exchange cases.<br><br>\n* The order history status (OM005) used as the undelivered criterion corresponds to statuses where the value of Reference 5 is \"Y\".<br><br>\n---\n## Revision History\n* Release v2.00_240829 : Added default address masking\n","operationId":"getPendingShipmentList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PendingShipmentMgmtRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponsePendingShipmentMgmtResponse"}}}}}}}}}
```
