Magento2: How to get shipping method in order using observer `sales_order_save_after`?
You can get the shipping method by
$order->getShippingMethod();
or
$order->getShippingAddress()->getShippingMethod();
$order->getShippingDescription(); // returns Shipping Method Title