> 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 
```


---

# 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, and the optional `goal` query parameter:

```
GET https://tech.x2bee.com/api-guide/store-front-api/undefined-4/undefined-8/undefined-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
