Add Customer Note
| Endpoint | Method |
|---|---|
/api/admin/customers/{customerId}/notes | POST |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
note | string | yes | Non-empty. Empty → 422. |
customer_notified | boolean | no | When true, fires the customer notification email listener. |
Append-only
Notes are append-only. There is no update/delete endpoint — every note is a separate row for audit.
Permission: customers.customers.edit.

