> 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/api-guides-en/store-front/order/delivery.md).

# Delivery

Using the order inquiry feature on the shopping mall's My Page, the delivery progress status of a single order can be checked. In addition, using a postal code, whether the corresponding area is a remote island/mountainous area can be checked, and delivery completion processing can be performed for orders whose delivery is complete.

***

### API Function List

<table><thead><tr><th width="101.22216796875">API</th><th width="398.888916015625">Description</th><th width="95.77783203125">Server</th><th width="89.1112060546875">Method</th><th>Remarks</th></tr></thead><tbody><tr><td>Single Delivery Tracking</td><td>The delivery progress status can be viewed via My Page >> Order Inquiry >> Delivery Tracking screen. Based on the requested delivery number, delivery information is tracked by integrating with an external delivery tracking system (Sweet Tracker). The response provides the delivery completion status, courier name, tracking number, delivery progress time, current location, and progress status.</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">🔗View API ></a></td></tr><tr><td>Remote Area Check</td><td>Checks whether an area is a remote island/mountainous area. Using the requested postal code, it checks whether additional delivery fees apply for the delivery group classification, returning “Y” if additional delivery fees apply, and “N” otherwise.</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">🔗View API ></a></td></tr><tr><td>Receipt Completion Processing (FO)</td><td>Processes delivery completion for the requested order information. It receives the original order's existing order history status code and the order history status code to change to (Delivery Completed), and updates the order history status to Delivery Completed.</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">🔗View API ></a></td></tr></tbody></table>
