3. Order

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

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

post/v1/order/printPage

Query parameters

countCheckboolean

건 수 체크 여부(요청 건수와 실 출력 대상 건수가 맞지 않을 경우 error 리턴)

Request body

invoiceNostring[]

박스(접수)번호

transporterInvoiceNostring[]

TMS운송장번호

partnerOrderNostring[]

고객사주문번호

Example request

{
  "invoiceNo": [
    "220329-18880-002",
    "220329-18880-001",
    "220329-18880-003",
    "220329-18880-004"
  ],
  "transporterInvoiceNo": [
    "200000007360",
    "200000007359",
    "200000007358",
    "200000007357"
  ],
  "partnerOrderNo": [
    "200000007360",
    "200000007359",
    "200000007358",
    "200000007357"
  ]
}

Response

성공

successboolean

성공여부

messagestring

메시지

responseDateTimestring date-time

응답 서버 시간

Example response

{
  "success": true,
  "message": "오류가 있을 경우 오류 메시지",
  "data": {
    "id": "b8752c69010c4f2e092a5afc9fd859308841e6a72a15a7150e1ed2d859ce23b34028948d802166b30180218acd960009",
    "url": "https://www.homepick.com/invoice/print/b8752c69010c4f2e092a5afc9fd859308841e6a72a15a7150e1ed2d859ce23b34028948d802166b30180218acd960009",
    "count": 100
  },
  "responseDateTime": "2022-05-27T14:45:13.051+09:00"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.