> 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-api/undefined-4/undefined-8/undefined-1.md).

# 배송조회/수령확인

## 배송조회 <a href="#plus" id="plus"></a>

<p 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=""></p>

### 1. 배송조회 <a href="#id-1" id="id-1"></a>

해당 주문의 진행상태가 배송중(출고완료) 상태일 때, 배송현황정보가 나타납니다.

\>택배사명, 운송장번호, 배송시간, 배송상태, 배송위치를 조회 합니다.&#x20;

* **단건 배송 트래킹 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=order\&depth=%EB%B0%B0%EC%86%A1/deliveryTracking))\
  스윗트래커와 연동하여 정보를 조회합니다.

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

## 수령확인 <a href="#plus" id="plus"></a>

<p 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=""></p>

### 1. 수령완료처리 <a href="#id-1" id="id-1"></a>

해당 주문의 진행상태가 배송중(출고완료) 상태일 때, 해당 주문 건을 배송완료 상태로 전환시키는 API 입니다.

* **수령완료처리 (FO) (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=order\&depth=%EB%B0%B0%EC%86%A1/processDeliveryFO))\
  해당 주문건에 대한 주문 배송 완료로 처리합니다.

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