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

getCarriers() public method

Allows you to retrieve the list of allowed carriers for an order.
public getCarriers ( string $orderIncrementId ) : Smalot\Magento\ActionInterface
$orderIncrementId string
return Smalot\Magento\ActionInterface
    public function getCarriers($orderIncrementId)
    {
        return $this->__createAction('order_shipment.getCarriers', func_get_args());
    }