Appearance
Adds a comment to an order. When customerNotified=true, the customer is sent a notification email with the comment.
customerNotified=true
No permission gate — any authenticated admin can add a comment.
/api/admin/orders/{orderId}/comments
comment
customerNotified
true
false
bagistoapi::app.admin.order.actions.comment.empty
{ "type": "/errors/422", "title": "Bad Request", "status": 422, "detail": "Comment is required." }
Add Order Comment
Adds a comment to an order. When
customerNotified=true, the customer is sent a notification email with the comment.No permission gate — any authenticated admin can add a comment.
Endpoint
/api/admin/orders/{orderId}/commentsRequest body
commentcustomerNotifiedtrue, the customer is emailed the comment. Defaults tofalse.Errors
bagistoapi::app.admin.order.actions.comment.emptySample 422 response