Update Order Status
update_order_statusChange an OpenCart order's status and append a history entry, optionally marking the customer as notified without sending email.
Instructions
Change an order's status and append an order-history entry — the same thing the admin status dropdown does. notify=True marks the history row as customer-notified but does NOT send the email itself. Use get_order_statuses to look up status IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notify | No | ||
| comment | No | ||
| order_id | Yes | ||
| order_status_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |