Update Order Status
Function
To update order status
更新訂單狀態
After return_order_revamp feature key on/啟用「return_order_revamp」功能後
- 送貨狀態為已發貨/已到達/已取貨,不可更新訂單狀態為已取消。
- 此訂單下任一筆新退貨單狀態為非取消,不可更新訂單狀態為已取消。
- 訂單狀態為已完成,不可修改訂單狀態。
URL
PATCH API_DOMAIN/v1/orders/:id/status
Request Parameters
| Parameter | Type | Description | Example |
|---|---|---|---|
| id *Required | String | Order's ID 訂單ID | |
| status *Required | String | Order's Status 訂單狀態
| |
| mail_notify | Boolean | Do you want to notify the customer via email with the change? 此更新是否要以email通知顧客? (Default: false) | |
Response Field
Response Example
Updated 9 months ago
Did this page help you?
