order.shipping_method - Displays the shipping method selected at checkout#
Description#
Use {{ order.shipping_method }}
placeholder to display the shipping method chosen by the customer.
Usage#
Place {{ order.shipping_method }}
in any field that supports placeholders. For example, the email subject or message.
Parameters#
This placeholder does not have any parameters.
Fallback#
This placeholder does not have any fallback. If it is used in an event that does not provide product data, it will display no content.