---
title: "Bulk Execute Shipment"
method: PATCH
path: "/orders/execute_shipment"
tags: ["Orders"]
---

# Bulk Execute Shipment

`PATCH /orders/execute_shipment`

To bulk update the order delivery status. Note that any update failure will be ignored. <br> 批量更新訂單送貨狀態。注意任何更新錯誤會被忽略。 <br> We support order with following delivery service: 7-11 Cross Border, FMT Freeze, Tcat.<br> 目前支援以下物流：7-11 跨境、全家冷凍、黑貓宅配<br> * Currently, this endpoint only support updating orders delivery status with same status.<br> * 現階段只支持批量更新相同的訂單送貨狀態。<br>

## Request body

- object
  - `orderIds` string[]

## Response `200`

OK

- object
  - `processingOrderIds` string[] — Processing order<br>處理中訂單
  - `processingFailedOrderIds` string[] — Processing failed order<br>處理失敗訂單
  - `statusErrorOrderIds` string[] — Order status is not allowed<br>狀態無法執行出貨訂單
  - `platformNotSupportOrderIds` string[] — Order Delivery Platform is not supported<br>物流平台不支援批次執行出貨
  - `notFoundOrderIds` string[] — Order not found<br>找不到的訂單 id

## Other responses

- `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)
