> 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-guide/store-front/order/undefined-6.md).

# 배송

쇼핑몰의 마이페이지를 통해 주문 조회 기능을 활용하여 단건 주문의 배송 진행 상태를 확인할 수 있습니다. 또한, 우편번호를 활용하여 해당 지역이 도서산간인지 여부를 조회할 수 있으며, 배송이 완료된 주문에 대해서는 배송완료 처리를 진행할 수 있습니다.

***

### API 기능 목록

<table><thead><tr><th width="101.22216796875">API</th><th width="398.888916015625">설명</th><th width="95.77783203125">Server</th><th width="89.1112060546875">메소드</th><th>비고</th></tr></thead><tbody><tr><td>단건 배송 트래킹</td><td>마이페이지 >> 주문조회 >> 배송조회 화면을 통해 배송 진행상태를 조회할 수 있습니다. 요청 배송번호를 기반으로 외부 배송 추적 시스템(스윗트래커)과 연동하여 배송 정보를 추적 조회 합니다. 응답값으로 배송완료여부, 택배사명, 운송장번호, 배송진행시간, 진행위치, 진행상태를 전달 해줍니다.</td><td>Order</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%EB%B0%B0%EC%86%A1&#x26;path=deliveryTracking">🔗API 확인하기></a></td></tr><tr><td>도서산간 여부 조회</td><td>도서산간 여부를 조회합니다. 요청받은 우편번호를 이용해 배송그룹구분의 추가배송비 여부를 조회하여 추가배송비 발생인 경우 “Y”를 전달하고, 아닌 경우 “N”을 전달 해줍니다.</td><td>Order</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%EB%B0%B0%EC%86%A1&#x26;path=deliveryRegionCheck">🔗API 확인하기></a></td></tr><tr><td>수령완료처리(FO)</td><td>요청받은 주문 정보에 대해 배송 완료 처리 합니다. 원주문의 기존 주문내역상태코드와 변경할 주문내역상태코드(배송완료)를 요청받아 주문내역상태를 배송완료로 업데이트 합니다.</td><td>Order</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%EB%B0%B0%EC%86%A1&#x26;path=processDeliveryFO">🔗API 확인하기></a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tech.x2bee.com/api-guide/store-front/order/undefined-6.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
