woo_update_order_status
Change a WooCommerce order's status by providing its ID and the new status. Optionally add a status change note.
Instructions
Update order status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Order ID | |
| status | Yes | New status (pending, processing, on-hold, completed, cancelled, refunded, failed) | |
| note | No | Optional status change note |