Smalot\Magento\Order\OrderShipment::addComment PHP Method

addComment() public method

Allows you to add a new comment to the order shipment.
public addComment ( string $shipmentIncrementId, string $comment = null, string $email = null, string $includeInEmail = null ) : Smalot\Magento\ActionInterface
$shipmentIncrementId string
$comment string
$email string
$includeInEmail string
return Smalot\Magento\ActionInterface
    public function addComment($shipmentIncrementId, $comment = null, $email = null, $includeInEmail = null)
    {
        return $this->__createAction('order_shipment.addComment', func_get_args());
    }