> 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/shipment-completed.md).

# Shipment Completed

## Retrieve Shipment Completion Bulk Registration Information

> \## Function Description\
> \* Retrieves the delivery detail information needed when bulk-registering the shipment completion list.\
> \<br>\
> \<br>\
> \## Detailed Content\
> \* \[BO] Delivery > Delivery Management > Shipment Completion Processing > Shipment Completion Bulk Registration popup page,\
> &#x20; retrieves the delivery detail information needed for a validity check when bulk-registering shipment completion via Excel.\
> \---\
> \## Revision History\
> \`\`\`Release v2.00\_240807\`\`\`: Added Order History Status Code (ordDtlStatCd) and Order History Status Code Name (ordDtlStatCdNm) to the Response DTO<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":"Shipment Completion Bulk Registration Popup Information Request DTO","properties":{"ordDeliInfoList":{"type":"array","description":"Delivery Number List","items":{"$ref":"#/components/schemas/DeliveryProcessInfo"}}}},"DeliveryProcessInfo":{"type":"object","description":"Delivery Processing Information DTO","properties":{"ordNo":{"type":"string","description":"Order No."},"ordSeq":{"type":"integer","format":"int32","description":"Order Sequence No."},"shipQty":{"type":"integer","format":"int32","description":"Shipment Quantity"},"deliSeq":{"type":"integer","format":"int32","description":"Delivery Sequence No."},"deliNo":{"type":"string","description":"Delivery No.","minLength":1},"hdcCd":{"type":"string","description":"Courier Company Code (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":"Invoice No."},"alimYn":{"type":"string","description":"Notification Message Sent Status"}},"required":["deliNo"]},"SendFinishPopupInfo":{"type":"object","description":"Delivery Detail Information DTO","properties":{"deliNo":{"type":"string","description":"Delivery No."},"ordNo":{"type":"string","description":"Order No."},"ordSeq":{"type":"string","description":"Order Sequence No."},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"entrNo":{"type":"string","description":"Vendor No."},"hdcCd":{"type":"string","description":"Courier Company Code (LO005)"},"invNo":{"type":"string","description":"Invoice No."},"ordDtlStatCd":{"type":"string","description":"Order Detail Status Code"},"ordDtlStatCdNm":{"type":"string","description":"Order Detail Status Code Name"}}},"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":["Shipment Completed"],"summary":"Retrieve Shipment Completion Bulk Registration Information","description":"## Function Description\n* Retrieves the delivery detail information needed when bulk-registering the shipment completion list.\n<br>\n<br>\n## Detailed Content\n* [BO] Delivery > Delivery Management > Shipment Completion Processing > Shipment Completion Bulk Registration popup page,\n  retrieves the delivery detail information needed for a validity check when bulk-registering shipment completion via Excel.\n---\n## Revision History\n```Release v2.00_240807```: Added Order History Status Code (ordDtlStatCd) and Order History Status Code Name (ordDtlStatCdNm) to the Response DTO\n","operationId":"getSendFinishPopupList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SendFinishPopupRequest"}}},"required":true},"responses":{"200":{"description":"Shipment Completion Delivery Detail Inquiry Successful","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SendFinishPopupInfo"}}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
````
