gold_update_order_status
Update WooCommerce order status by order ID with confirmation. Uses REST API to set statuses like pending, processing, or completed.
Instructions
Gold PRO $29: update order status via PUT /wp-json/wc/v3/orders/{id} {status} — BYOK fail-closed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| status | Yes | ||
| confirm | No | must be CONFIRM to execute |