# 이커머스 주문의 포장명세서 인쇄하는 방법

스토어 운영자는 이제 이커머스 스토어 주문에 대한 포장명세서를 생성하여 주문 처리 과정을 간소화할 수 있습니다. 이 새로운 기능을 통해 전체 주문이나 배송 처리 중인 특정 상품에 대한 라벨을 인쇄할 수 있습니다. 생성되는 라벨에는 다음 정보가 포함됩니다:

* 주문 ID
* 주문 날짜
* 스토어 이름
* 배송 주소 및 청구 주소
* 상품별 세부 목록:
  * 옵션명, 상품 이미지, 수량
* 발신자 주소 (스토어 주소)

**목차**

* [사용 방법](#사용-방법)
* [주의사항](#주의사항)
* [이미지](#이미지)

## **사용 방법**

* 스토어 운영자는 다음 경로에서 포장명세서 인쇄 기능에 접근할 수 있습니다: Payments(결제) > Orders(주문) > 스토어 주문 선택 > "Print Shipping Label(배송 라벨 인쇄)"
* 포장명세서는 두 곳에서 생성할 수 있습니다:
  * 주문 상세 페이지: "Print Shipping Label(배송 라벨 인쇄)" 버튼을 클릭하면 미처리 주문과 처리 완료된 주문이 각각 별도 페이지에 나뉜 PDF를 다운로드할 수 있습니다.
  * 주문 처리 중: 배송 처리 과정에서 선택된 상품과 수량이 나열되며, "Print Shipping Label(배송 라벨 인쇄)" 버튼을 클릭하면 해당 상품들에 대한 배송 라벨이 생성됩니다.

## **주의사항**

* 포장명세서는 이커머스 스토어 주문에 대해서만 생성할 수 있습니다.
* 여러 번의 부분 배송이 있는 주문의 경우, 포장명세서 생성 시 각 배송 건이 별도 페이지에 표시됩니다.
* 현재 포장명세서에서는 청구 주소와 배송 주소가 동일하게 표시됩니다. 이는 결제 페이지에 청구 주소 필드가 추가되면 편집 가능해질 예정입니다.

## **이미지**

주문 상세 페이지:

![주문 상세 페이지](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/155031359617/original/BXr4-yhx70YUiq28LXszlfSLMpVq1SZysQ.jpeg?1724163542)

배송 처리 시점:

![배송 처리 중](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/155031359616/original/rCloIXbGMiaw-F3yAEUcwoVMQLXGc42g9w.png?1724163542)

배송 처리 완료 후:

![배송 처리 완료 후](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/155031359619/original/eeku8uApn152urTVsfaJpZ64daEdTUJZRg.jpeg?1724163542)

***

*원문 최종 수정: Tue, 20 Aug, 2024 at 9:23 AM* *Hyperclass 사용 가이드 — hyperclass.ai*


---

# 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://hyperclass.gitbook.io/hyperclass-docs/e-commerce/how-to-print-packing-slips-for-your-ecommerce-orders.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.
