# 택배사 코드표

{% hint style="warning" %}
**Deprecated**

이 문서는 더 이상 관리되지 않습니다.

[PortOne 개발자센터](https://developers.portone.io/)를 이용해주세요.
{% endhint %}

### 이용하시는 PG사 상관없이 동일한 코드표가 적용됩니다.

| 택배사 코드    | 택배사 이름                                   |
| --------- | ---------------------------------------- |
| HYUNDAI   | 롯데택배                                     |
| HANARO    | 하나로택배                                    |
| SAGAWA    | SC로지스                                    |
| KGB       | 로젠택배                                     |
| YELLOWCAP | 옐로우캡                                     |
| DONGBU    | 동부택배                                     |
| EPOST     | 우체국택배                                    |
| CJGLS     | CJ대한통운                                   |
| HANJIN    | 한진택배                                     |
| DAESIN    | 대신택배                                     |
| ETC       | 기타(위 코드표에 해당되지 않는 값이 전달되면 ETC로 자동 처리됩니다) |


---

# Agent Instructions: 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://portone.gitbook.io/docs/tip/code.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.
