Dynamic Content Values

Add inline dynamic content with double curly brackets. For example:

Dear {{ order.shippingAddress.name }},


Name Path Description
Billing Address Cityorder.billingAddress.cityThe city of this address.
Billing Address Company Nameorder.billingAddress.companyThe company located at this address.
Billing Address Countryorder.billingAddress.countryThe country that this address is in.
Billing Address First Nameorder.billingAddress.firstNameThe last name of the person at this address.
Billing Address Full Nameorder.billingAddress.nameThe full name of the person at this address.
Billing Address Last Nameorder.billingAddress.lastNameThe last name of the person at this address.
Billing Address Line 1order.billingAddress.address1The street address.
Billing Address Line 2order.billingAddress.address2Extra information about the address.
Billing Address Phone Numberorder.billingAddress.phoneNumberThe phone number for this address.
Billing Address Provinceorder.billingAddress.provinceThe province/state of this address.
Billing Address Zip Codeorder.billingAddress.zipThe zip code of this address.
Customer First Nameorder.customer.firstNameThe first name of the customer.
Customer Last Nameorder.customer.lastNameThe last name of the customer.
Customer Phone Numberorder.customer.phoneNumberThe phone number of the customer.
Customer Stateorder.customer.stateThe state of the customer.
Discountorder.totalDiscountsThe total value of all discounts applied to the order.
Order Dateorder.createdAtDate when the order was created.
Order Date Timeorder.createdAtDate and time when the order was created.
Order IDorder.idThe unique identifier of the order.
Order Nameorder.nameThe name of the order.
Order Noteorder.notethe notes a customer adds during checkout
Order Numberorder.orderNumberThe integer representation of the order name.
Shipping Address Cityorder.shippingAddress.cityThe city of this address.
Shipping Address Company Nameorder.shippingAddress.companyThe company located at this address.
Shipping Address Countryorder.shippingAddress.countryThe country that this address is in.
Shipping Address First Nameorder.shippingAddress.firstNameThe last name of the person at this address.
Shipping Address Full Nameorder.shippingAddress.nameThe full name of the person at this address.
Shipping Address Last Nameorder.shippingAddress.lastNameThe last name of the person at this address.
Shipping Address Line 1order.shippingAddress.address1The street address.
Shipping Address Line 2order.shippingAddress.address2Extra information about the address.
Shipping Address Phone Numberorder.shippingAddress.phoneNumberThe phone number for this address.
Shipping Address Provinceorder.shippingAddress.provinceThe province/state of this address.
Shipping Address Zip Codeorder.shippingAddress.zipThe zip code of this address.
Subtotalorder.subtotalPriceReturns the subtotal price of all the items in the order after both line-item and cart discounts have been applied. The subtotal doesn't include taxes (unless taxes are included in the prices), shipping costs, or tips.
Total Order Taxorder.totalTaxThe total of all taxes applied to the order, excluding taxes for returned line items.
Total Priceorder.totalPriceThe total price of an order.

Updated on: 23/06/2022