---
title: "Update Order Delivery Status"
method: PATCH
path: "/orders/{id}/order_delivery_status"
tags: ["Orders"]
---

# Update Order Delivery Status

`PATCH /orders/{id}/order_delivery_status`

To update order's delivery status<br>更新訂單運送狀態

## Path parameters

- `id` string, required

## Request body

- object
  - `mail_notify` boolean — Do you want to notify the customer via email with the change?<br>此更新是否要以email通知顧客？<br>(Default: false)
  - `force_update` 'status' — To force update delivery status for third party delivery providers<br> 強制更新第三方物流服務供應商訂單運送狀態

## Response `200`

OK

- object
  - `order_id` string
  - `status` Status — unresolved $ref
  - `updated_at` string

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Server error

---

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