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.company}
{$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.company}
{$order.extra.billing_address.phone}
Shipping information
Tracking company - {$order.extra.fulfillments[0].tracking_company} (Sample: “United States Postal Service”)
Tracking number - {$order.extra.fulfillments[0].tracking_number} (Sample: “LX001111111IL”)
Comments
0 comments