Shopify - transactional emails template parameters

Order addresses (not necessarily similar to the shopper’s address):

Shipping address details:

{$order.extra.shipping_address.firstName}

{$order.extra.shipping_address.lastName}

{$order.extra.shipping_address.street}

{$order.extra.shipping_address.city}

{$order.extra.shipping_address.stateRegion}

{$order.extra.shipping_address.zipCode}

{$order.extra.shipping_address.countryCode}

{$order.extra.shipping_address.country}

{$order.extra.shipping_address.company}

{$order.extra.shipping_address.address1}

{$order.extra.shipping_address.address2}

{$order.extra.shipping_address.phone}

 

Billing address details:

{$order.extra.billing_address.firstName}

{$order.extra.billing_address.lastName}

{$order.extra.billing_address.street}

{$order.extra.billing_address.city}

{$order.extra.billing_address.stateRegion}

{$order.extra.billing_address.zipCode}

{$order.extra.billing_address.countryCode}

{$order.extra.billing_address.country}

{$order.extra.billing_address.company}

{$order.extra.billing_address.address1}

{$order.extra.billing_address.address2}

{$order.extra.billing_address.phone}

 

Shipping tracking information

Tracking company - {$order.extra.fulfillments[0].tracking_company} (Sample: “LX001111111IL”)
Tracking number - {$order.extra.fulfillments[0].tracking_number} (Sample: “United States Postal Service”)
Tracking URL - {$order.extra.fulfillments[0].tracking_url}

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.