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

# 미발송 현황

## 미발송 대상 목록 조회 V2

> \## 기능 설명\
> 협력사/상품/주문 기준 미발송 대상 목록을 조회 합니다.\
> \<br>\<br>\
> \---\
> \## 상세 내용\
> \* 일반 주문, 교환 접수건 중 미 발송에 해당 하는 대상을 조회 합니다.\<br>\<br>\
> \* 미 발송 기준 주문 내역 상태(OM005)는 참조5의 값이 "Y"인 상태가 해당 됩니다.\<br>\<br>\
> \---\
> \## 수정번호\
> \* Release v2.00\_240829 : 기본주소 마스킹 추가<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":"미발송현황 요청 DTO","properties":{"searchType":{"type":"string","description":"조회기준","enum":["E","G","O"]},"entrNo":{"type":"string","description":"협력사번호"},"deliIndiStrDt":{"type":"string","format":"date","description":"배송지시시작일"},"deliIndiEndDt":{"type":"string","format":"date","description":"배송지시종료일"},"deliProcTypCd":{"type":"string","description":"배송처리유형(PR008)"},"deliMethodCd":{"type":"string","description":"배송방법코드(LO010)"}}},"RealGridListResponsePendingShipmentMgmtResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/PendingShipmentMgmtResponse"}}}},"PendingShipmentMgmtResponse":{"type":"object","description":"미발송 현황 응답 DTO","properties":{"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"itmNo":{"type":"string","description":"단품번호"},"itmNm":{"type":"string","description":"단품명"},"prestNm":{"type":"string","description":"증정품명"},"stkQty":{"type":"integer","format":"int32","description":"재고수량"},"norPrc":{"type":"number","description":"정상가"},"salePrc":{"type":"number","description":"판매가"},"ordNo":{"type":"string","description":"주문번호"},"deliNo":{"type":"string","description":"배송번호"},"ordAccpDtm":{"type":"string","format":"date-time","description":"주문접수일시"},"ordFnshDtm":{"type":"string","format":"date-time","description":"주문완료일시"},"deliIndiDtm":{"type":"string","format":"date-time","description":"배송지시일시"},"ordDtlStatCd":{"type":"string","description":"주문내역상태코드(OM005)"},"ordDtlStatCdNm":{"type":"string","description":"주문내역상태코드명"},"deliKindCd":{"type":"string","description":"배송종류코드(LO009)"},"deliKindCdNm":{"type":"string","description":"배송종류코드명"},"deliProcTypCd":{"type":"string","description":"배송처리유형코드(PR008)"},"deliProcTypCdNm":{"type":"string","description":"배송처리유형코드명"},"ordSaleTypCd":{"type":"string","description":"주문판매유형코드(OM004)"},"ordSaleTypCdNm":{"type":"string","description":"주문판매유형코드명"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"loginId":{"type":"string","description":"로그인ID"},"ordManNm":{"type":"string","description":"주문자"},"ordManCellNo":{"type":"string","description":"주문자 휴대폰 번호"},"rcvmnNm":{"type":"string","description":"수취인명"},"rcvmnCellNo":{"type":"string","description":"수취인 휴대폰 번호"},"deliAddr":{"type":"string","description":"배송지"},"deliMsg":{"type":"string","description":"배송 요청사항"},"totalCount":{"type":"integer","format":"int32","description":"건수"},"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 이상"}}}}},"paths":{"/v2/delivery/pendingShipmentMgmt/getPendingShipmentList":{"post":{"tags":["미발송 현황"],"summary":"미발송 대상 목록 조회 V2","description":"## 기능 설명\n협력사/상품/주문 기준 미발송 대상 목록을 조회 합니다.\n<br><br>\n---\n## 상세 내용\n* 일반 주문, 교환 접수건 중 미 발송에 해당 하는 대상을 조회 합니다.<br><br>\n* 미 발송 기준 주문 내역 상태(OM005)는 참조5의 값이 \"Y\"인 상태가 해당 됩니다.<br><br>\n---\n## 수정번호\n* Release v2.00_240829 : 기본주소 마스킹 추가\n","operationId":"getPendingShipmentList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PendingShipmentMgmtRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponsePendingShipmentMgmtResponse"}}}}}}}}}
```
