Orders

Update Order Delivery Status

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

patch/orders/{id}/order_delivery_status

Path parameters

idstring required

Order's ID<br>訂單ID

Request body

mail_notifyboolean

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> 強制更新第三方物流服務供應商訂單運送狀態

Example request

{
  "force_update": "status"
}

Response

OK

order_idstring
statusStatus — unresolved $ref
updated_atstring

Changes