---
title: "Get Order Labels of Delivery"
method: GET
path: "/orders/label"
tags: ["Orders"]
---

# Get Order Labels of Delivery

`GET /orders/label`

To get delivery labels with order IDs.<br>使用訂單ID獲取寄貨標籤。<br> If validations are passed, those partially failed orders will be return, for *fmt_c2, fmt_b2, seven_eleven_b2c, tcat_roomtem, tcat_refrigerate, tcat_froze* orders.<br> 如果通過訂單資訊的驗證，如有部份*fmt_c2, fmt_b2, seven_eleven_b2c, tcat_roomtem, tcat_refrigerate, tcat_froze*單操作失敗， 部份失敗的訂單訊息將會被返回。<br> The list of failed *fmt_c2, fmt_b2, seven_eleven_b2c, tcat_roomtem, tcat_refrigerate, tcat_froze*orders can be found from the *failed_orders* property. The property will be hidden if there are no errors.<br> 不成功的*fmt_c2, fmt_b2, seven_eleven_b2c, tcat_roomtem, tcat_refrigerate, tcat_froze* orders 將會出現在*failed_orders* 內。

## Query parameters

- `ids[]` string[], required

## Response `200`

OK

- object — Shipping label urls<br>寄貨標籤網址
  - `fmt_b2c` string[]
  - `fmt_c2c` string[]
  - `seven_eleven_b2c` string[]
  - `tcat_roomtemp` string[]
  - `tcat_refrigerated` string[]
  - `tcat_frozen` string[]
  - `sfexpress` string[]
  - `sf_pickup` string[]
  - `hct_roomtemp` string[]
  - `hct_refrigerated` string[]
  - `hct_frozen` string[]
  - `failed_orders` object

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity
- `500` — Server error

---

[API](https://skmtc.net/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.net/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
