order_add_note
Add a note to an order by providing the internal order ID. Control customer visibility with the is_public parameter.
Instructions
Add a note to an order.
Parameters
order_id : Internal order ID. note : Note text. is_public : If true the note is visible to the customer (default false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | ||
| note | Yes | ||
| is_public | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||