---
title: "송장출력을 위한 데이터 조회"
method: POST
path: "/v1/order/print"
tags: ["3. Order"]
---

# 송장출력을 위한 데이터 조회

`POST /v1/order/print`

송장출력을 위한 데이터 조회

## Query parameters

- `countCheck` boolean

## Request body

- PrintDataRequestDTO — 출력 대상 박스(운송장/고객주문) 번호
  - `invoiceNo` string[] — 박스(접수)번호
  - `transporterInvoiceNo` string[] — TMS운송장번호
  - `partnerOrderNo` string[] — 고객사주문번호

## Response `200`

성공

- JFSStringPrintData — 송장출력을 위한 데이터 응답
  - `success` boolean — 성공여부
  - `message` string — 메시지
  - `data` InvoicePrintDataDTO[]
    - `invoiceNo` string — 송장(박스)번호
    - `partnerOrderNo` string — 제휴사 주문번호
    - `tmsSortCode` string — 휠소터 코드
    - `areaName` string — 도착지 지역 이름
    - `tmsAreaName` string — 도착지 시·구·동 (TMS 정보 기반)
    - `toZipCode` string — 받는 분 우편번호
    - `fromName` string — 보내는 분 이름
    - `fromPhoneNumber` string — 보내는 분 연락처
    - `fromAddr1` string — 보내는 분 주소
    - `fromAddr2` string — 보내는 분 주소2
    - `toName` string — 받는 분 이름
    - `toPhoneNumber` string — 받는 분 연락처
    - `toAddr1` string — 받는 분 주소
    - `toAddr2` string — 받는 분 주소2
    - `itemName` string — 상품명
    - `itemQuantity` integer — 상품수량(박스 1개에 담긴 수량)
    - `customerMessage` string — 기사에게 메시지
    - `transporterInvoiceNo` string — 송장번호
  - `responseDateTime` string, date-time — 응답 서버 시간

---

[API](https://skmtc.dev/homepick/apis/homepick-api.md) · [All operations](https://skmtc.dev/homepick/apis/homepick-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/homepick/homepick-api/revisions/c6a379f962c8/schema)
