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

getList() public method

Additional filters can be applied.
public getList ( array $filters ) : Smalot\Magento\ActionInterface
$filters array
return Smalot\Magento\ActionInterface
    public function getList($filters)
    {
        return $this->__createAction('order_shipment.list', func_get_args());
    }