---
title: "송장출력 페이지 URL(ID) 조회"
method: POST
path: "/v1/order/printPage"
tags: ["3. Order"]
---

# 송장출력 페이지 URL(ID) 조회

`POST /v1/order/printPage`

송장출력 페이지를 띄우기 위한 URL 및 ID 조회

## Query parameters

- `countCheck` boolean

## Request body

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

## Response `200`

성공

- JFSStringPrintUrl — 송장출력을 위한 Homepick URL(ID) 응답
  - `success` boolean — 성공여부
  - `message` string — 메시지
  - `data` URLID — 여러건을 출력할 경우, URL에 컴마 구분으로 id 추가, 발급된 id는 3분간 유효
    - `id` string — 출력 id
    - `url` string — 출력 url
    - `count` integer — 출력 대상 건수
  - `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)
