How to load a order status comment by comment id in Magento 2?

Load specific order status comment by the order status comment ID in Magento 2 to retrieve status history data.

A helpful method is public function get($commentId) from the OrderStatusHistoryRepository Interface of the Sales Module.

One Reply to “How to load a order status comment by comment id in Magento 2?”

Leave a Reply