create_order_note
Add a note to any WooCommerce order. Set customer_note to true to email the note to the customer; otherwise, it remains a private admin note.
Instructions
Add a note to an order. Set customer_note=true to send an email notification to the customer with the note content. Default is a private admin note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Note content | |
| fields | No | Comma-separated fields to return in response | |
| order_id | Yes | Order ID | |
| customer_note | No | If true, sends email notification to customer (default: false) |