Dynamic Content Values
Add inline dynamic content with double curly brackets. For example:
Dear {{ order.shippingAddress.name }},
Name | Path | Description |
---|---|---|
Billing Address City | order.billingAddress.city | The city of this address. |
Billing Address Company Name | order.billingAddress.company | The company located at this address. |
Billing Address Country | order.billingAddress.country | The country that this address is in. |
Billing Address First Name | order.billingAddress.firstName | The last name of the person at this address. |
Billing Address Full Name | order.billingAddress.name | The full name of the person at this address. |
Billing Address Last Name | order.billingAddress.lastName | The last name of the person at this address. |
Billing Address Line 1 | order.billingAddress.address1 | The street address. |
Billing Address Line 2 | order.billingAddress.address2 | Extra information about the address. |
Billing Address Phone Number | order.billingAddress.phoneNumber | The phone number for this address. |
Billing Address Province | order.billingAddress.province | The province/state of this address. |
Billing Address Zip Code | order.billingAddress.zip | The zip code of this address. |
Customer First Name | order.customer.firstName | The first name of the customer. |
Customer Last Name | order.customer.lastName | The last name of the customer. |
Customer Phone Number | order.customer.phoneNumber | The phone number of the customer. |
Customer State | order.customer.state | The state of the customer. |
Discount | order.totalDiscounts | The total value of all discounts applied to the order. |
Order Date | order.createdAt | Date when the order was created. |
Order Date Time | order.createdAt | Date and time when the order was created. |
Order ID | order.id | The unique identifier of the order. |
Order Name | order.name | The name of the order. |
Order Note | order.note | the notes a customer adds during checkout |
Order Number | order.orderNumber | The integer representation of the order name. |
Shipping Address City | order.shippingAddress.city | The city of this address. |
Shipping Address Company Name | order.shippingAddress.company | The company located at this address. |
Shipping Address Country | order.shippingAddress.country | The country that this address is in. |
Shipping Address First Name | order.shippingAddress.firstName | The last name of the person at this address. |
Shipping Address Full Name | order.shippingAddress.name | The full name of the person at this address. |
Shipping Address Last Name | order.shippingAddress.lastName | The last name of the person at this address. |
Shipping Address Line 1 | order.shippingAddress.address1 | The street address. |
Shipping Address Line 2 | order.shippingAddress.address2 | Extra information about the address. |
Shipping Address Phone Number | order.shippingAddress.phoneNumber | The phone number for this address. |
Shipping Address Province | order.shippingAddress.province | The province/state of this address. |
Shipping Address Zip Code | order.shippingAddress.zip | The zip code of this address. |
Subtotal | order.subtotalPrice | Returns 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 Tax | order.totalTax | The total of all taxes applied to the order, excluding taxes for returned line items. |
Total Price | order.totalPrice | The total price of an order. |
Updated on: 23/06/2022
Thank you!