create_order_note
Add internal or customer-facing notes to WooCommerce orders to track updates, communicate with customers, or document order details.
Instructions
Add a note to an order. Set customer_note=True to make it visible to the customer.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | ||
| note | Yes | ||
| customer_note | No |