Add Order Timeline Note
Orders
Add Order Timeline Note
Add a note to an order’s timeline
POST
Add Order Timeline Note
V2 Preview — This endpoint is part of the V2 API preview. Breaking changes may occur.
Overview
Add a note to the timeline of a specific order. This creates a timestamped entry visible to both the vendor and the merchant.Use Cases
- Internal notes — Record shipping updates, special handling instructions, or delays
- Communication trail — Leave a message for the merchant about the order
- Status updates — Document progress on custom or made-to-order items
Headers
A valid vendor JWT. Requires
orders:write scope.Path Parameters
The
_id of the order.Request Body
The note text to add to the timeline.
Response
200
Error Responses
400
401
404