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

getInfo() public method

Allows you to retrieve the shipment information.
public getInfo ( $shipmentIncrementId ) : Smalot\Magento\ActionInterface
$shipmentIncrementId
return Smalot\Magento\ActionInterface
    public function getInfo($shipmentIncrementId)
    {
        return $this->__createAction('order_shipment.info', func_get_args());
    }