Get order comment

GET {{fulfillment_client_url}}/client/order/1/comments

Get the comments of the order created by the client and the warehouse.

RESPONSES

status: OK

[{"orderId":1,"comment":"This order is fragil","createdBy":1,"createdAt":"27-07-2020 14:35:46"},{"orderId":1,"comment":"Be careful","createdBy":1,"createdAt":"27-07-2020 14:35:46"},{"orderId":1,"comment":"Comment extra","createdBy":1,"createdAt":"27-07-2020 14:35:46"}]