Placeholders makes you able to easily insert customer, shipment, and order information for your tracking mails and parcel slips.
For example, you can display a customer's name in your tracking mails. Find the full list of placeholders and what they mean here:
List of Placeholders
Company name of recipient
{{order.delivery_address.company_name}}
Contact name of recipient
{{order.delivery_address.att_contact}}
Address of recipient
{{order.delivery_address.address_1}}
Zip code of recipient
{{order.delivery_address.zip}}
City of recipient
{{order.delivery_address.city}}
Country of recipient
{{order.delivery_address.country_code | country}}
Phone number of recipient
({{order.delivery._address.phone}}
Email of recipient
{{order.delivery_address.email}}
Order ID
{{order.id}}
Order date
{{order.created_at}}
Shipping method
{{order.shipping_rate.name}}
Company name of sender
{{order.sender_address.company_name}}
Address of sender
{{order.sender_address.address_1}}
Email of sender
{{order.sender_address.email}}
Order Line Specific Placeholders for Parcel Slips
Quantity of the order line
{{order_line.quantity}}
SKU of the order line
{{order_line.sku}}
Description of the order line
{{order_line.description}}
Location of the order line
{{order_line.location}}
Weight of the order line
{{order_line.weight}}
Weight unit of the order line
{{order_line.weight_unit}}