Is there a way to add shipping method to our packing slip template?

Topic summary

A user is seeking to add the shipping/delivery method to their packing slip template using Liquid code.

Solution Provided:

  • Another user confirmed this is possible
  • The required Liquid code is: {{ order.shipping_method.title }}

This code snippet can be inserted into the packing slip template to display the selected delivery method for each order.

Summarized with AI on November 7. AI used: claude-sonnet-4-5-20250929.

Hi, is there a liquid code for the delivery method? We would like to add this to our packing slips.

Thanks

Linzi

Hi Linzi,

Yes, the liquid code for delivery method is {{ order.shipping_method.title }}