I just needed to do that myself, and eventually found (through the forums, not the documentation) that the liquid variable needed is: {{ order.shipping_method.title }}
Hope that helps!
Issue: A user needed to display the shipping method on Shopify packing slips but couldn’t find the correct Liquid variable.
Solution provided: Use the variable {{ order.shipping_method.title }} in the packing slip template.
Implementation steps:
<div class="shipping-address"> and adding spacing adjustments for alignmentAdditional context:
Status: Resolved—multiple users confirmed the solution works for displaying shipping methods on packing slips.
I just needed to do that myself, and eventually found (through the forums, not the documentation) that the liquid variable needed is: {{ order.shipping_method.title }}
Hope that helps!