Update order notes
Orders
Update Order Notes
Updates the notes field on an order.
PATCH
Update order notes
Overview
Update the notes field on an order. Use this to add internal comments, special instructions, or any relevant information about the order.Request Fields
| Field | Required | Description |
|---|---|---|
notes | Yes | Note text (max 5000 characters) |
Example Request
Response Fields
| Field | Description |
|---|---|
success | Always true on success |
message | Confirmation message |
orderId | The updated order ID |
Common Use Cases
Delivery Instructions
Add special delivery requirements or time preferences
Customer Communication
Log phone calls or email exchanges about the order
Internal Tracking
Add reference numbers or internal tracking info
Special Handling
Note VIP customers or priority handling requirements
Example: Append to Existing Notes
Notes are replaced, not appended. To preserve existing notes:Example: Log Customer Interaction
Error Handling
| Error Code | Cause | Solution |
|---|---|---|
NOT_FOUND | Order doesn’t exist | Verify order ID |
VALIDATION_ERROR | Notes exceed 5000 characters | Shorten the note text |
Related Endpoints
- Get Order - View current notes
- List Orders - Find orders
- Create Order - Create new orders
Authorizations
API key obtained from FlexPortal dashboard
Headers
Your tenant identifier
Path Parameters
The order ID
Body
application/json
Maximum string length:
5000