# 우체국에서 송장 출력시 배송메시지가 잘려 보이는 송장이 있는데요?

<mark style="color:blue;">배송메시지의 경우 우체국에서 데이터를 100byte(한글50자) 까지만 받도록 되어 있어요.</mark>&#x20;

***

이러한 이유로 배송메시지가 100byte가 넘는 주문서는 우체국에서 송장 출력시 메시지가 잘려서 출력돼요.


---

# 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://help.makeshop.co.kr/faq/order/undefined-3/undefined-7.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.
