---
title: "오늘도착 송장출력 필요 프로퍼티 조회"
method: GET
path: "/v1/ezadmin/orderToday/invoicePrintProperties"
tags: ["Etc. EzAdmin API"]
---

# 오늘도착 송장출력 필요 프로퍼티 조회

`GET /v1/ezadmin/orderToday/invoicePrintProperties`

## Query parameters

- `transporterInvoiceNo` string, required

## Response `200`

성공

- JFSTms3InvoicePrintProperties — 오늘도착 송장 필요정보 조회
  - `success` boolean — 성공여부
  - `message` string — 메시지
  - `data` Tms3InvoicePrintPropertiesDTO
    - `invoiceNo` string — 송장번호
    - `sortCode` string — 분류코드
    - `guDong` string — 구동
    - `fromAddress1` string — 보내는 분 주소1
    - `fromAddress2` string — 보내는 분 주소2
    - `fromZipCode` string — 보내는 분 우편번호
    - `fromName` string — 보내는 분 이름
    - `fromPhoneNumber` string — 보내는 분 전화번호
    - `toAddress1` string — 받는 분 주소1
    - `toAddress2` string — 받는 분 주소2
    - `toZipCode` string — 받는 분 우편번호
    - `toName` string — 받는 분 이름
    - `toPhoneNumber` string — 받는 분 전화번호
    - `memo` string — 메모
    - `itemName` string — 상품명
    - `dawnDelivery` boolean — 새벽도착 여부
    - `orderDate` 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)
