> 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-2.md).

# 출고완료

## 출고완료일괄등록정보조회

> \## 기능설명\
> \* 출고완료 목록 일괄 등록시 필요한 배송상세정보를 조회합니다.\
> \<br>\
> \<br>\
> \## 상세내용\
> \* \[BO] 배송 > 배송 관리 > 출고완료 처리 > 출고완료 일괄등록 팝업 페이지에서\
> &#x20; 엑셀을 이용해 출고완료 일괄등록을 진행할 때 정합성 체크를 위한 배송상세정보를 조회합니다.\
> \---\
> \## 수정번호\
> \`\`\`Release v2.00\_240807\`\`\`: Response DTO 주문내역상태코드(ordDtlStatCd), 주문내역상태코드명(ordDtlStatCdNm) 추가<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":{"SendFinishPopupRequest":{"type":"object","description":"출고완료일괄등록팝업정보요청 DTO","properties":{"ordDeliInfoList":{"type":"array","description":"배송번호목록","items":{"$ref":"#/components/schemas/DeliveryProcessInfo"}}}},"DeliveryProcessInfo":{"type":"object","description":"배송처리 정보 DTO","properties":{"ordNo":{"type":"string","description":"주문번호"},"ordSeq":{"type":"integer","format":"int32","description":"주문순번"},"shipQty":{"type":"integer","format":"int32","description":"출고수량"},"deliSeq":{"type":"integer","format":"int32","description":"배송순번"},"deliNo":{"type":"string","description":"배송번호","minLength":1},"hdcCd":{"type":"string","description":"택배사코드(LO005)","enum":["REPAY_REQ","ORDER_ACCEPT","ORDER_COMPLETE","ORDER_CANCEL","DELIVERY_ORDER","SHIPPING_ORDER","SHIPPING_WAIT","SHIPPING_CONFIRM","SHIPPING_FINISH","DELIVERY_FINISH","RETURN_APPLY","RETURN_ACCEPT","RETURN_CANCEL","WITHDRAWAL_ORDER","WITHDRAWAL_FINISH_WAIT","WITHDRAWAL_FINISH","RETURN_FINISH"]},"invNo":{"type":"string","description":"송장번호"},"alimYn":{"type":"string","description":"알림메시지전송여부"}},"required":["deliNo"]},"SendFinishPopupInfo":{"type":"object","description":"배송상세정보 DTO","properties":{"deliNo":{"type":"string","description":"배송번호"},"ordNo":{"type":"string","description":"주문번호"},"ordSeq":{"type":"string","description":"주문순번"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"entrNo":{"type":"string","description":"협력사번호"},"hdcCd":{"type":"string","description":"택배사코드(LO005)"},"invNo":{"type":"string","description":"송장번호"},"ordDtlStatCd":{"type":"string","description":"주문내역상태코드"},"ordDtlStatCdNm":{"type":"string","description":"주문내역상태코드명"}}},"Response":{"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":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/delivery/sendFinishHandling/getSendFinishPopupList":{"post":{"tags":["출고완료"],"summary":"출고완료일괄등록정보조회","description":"## 기능설명\n* 출고완료 목록 일괄 등록시 필요한 배송상세정보를 조회합니다.\n<br>\n<br>\n## 상세내용\n* [BO] 배송 > 배송 관리 > 출고완료 처리 > 출고완료 일괄등록 팝업 페이지에서\n  엑셀을 이용해 출고완료 일괄등록을 진행할 때 정합성 체크를 위한 배송상세정보를 조회합니다.\n---\n## 수정번호\n```Release v2.00_240807```: Response DTO 주문내역상태코드(ordDtlStatCd), 주문내역상태코드명(ordDtlStatCdNm) 추가\n","operationId":"getSendFinishPopupList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SendFinishPopupRequest"}}},"required":true},"responses":{"200":{"description":"출고완료 배송상세정보 조회 성공","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SendFinishPopupInfo"}}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
````
