> 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-api/my-page/order-history/delivery-tracking-receipt-confirmation.md).

# Delivery Tracking/Receipt Confirmation

## Delivery Tracking <a href="#plus" id="plus"></a>

<div align="center"><img src="https://tech.x2bee.com/download/attachments/266111410/%EB%B0%B0%EC%86%A1%EC%A1%B0%ED%9A%8C.drawio.png" alt=""></div>

### 1. Delivery Tracking <a href="#id-1" id="id-1"></a>

When the order's progress status is In Delivery (Shipped), the delivery status information appears.

\>Shows the courier company name, tracking number, delivery time, delivery status, and delivery location.

* **Single Delivery Tracking (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=%EB%B0%B0%EC%86%A1/deliveryTracking))\
  Retrieves information by integrating with Sweet Tracker.

```
GET /v1/delivery/tracker/deliveryTracking/{fid} 
```

## Receipt Confirmation <a href="#plus" id="plus"></a>

<div align="center"><img src="https://tech.x2bee.com/download/attachments/266111410/%EC%88%98%EB%A0%B9%ED%99%95%EC%9D%B8.drawio.png" alt=""></div>

### 1. Process Receipt Completion <a href="#id-1" id="id-1"></a>

This is the API that switches the order to Delivery Completed status when the order's progress status is In Delivery (Shipped).

* **Process Receipt Completion (FO) (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=%EB%B0%B0%EC%86%A1/processDeliveryFO))\
  Processes the corresponding order as delivery completed.

```
POST /v1/delivery/deliveryProcess/processDeliveryFO 
```
