Creating a personalized message with customer’s order related Dynamic Variables
Personalized your message with Dynamic Variable
Prasetyo Budi Utomo
Last Update 4 năm trước
Here is a list of Dynamic Variable that you can use to customize your message to the customer
Order Data
| Description | Variable |
|---|---|
| Order ID | {{order.id}} |
| Order Name | {{order.name}} |
| Order Total Price | {{order.totalPrice}} |
| Order Note | {{order.note}} |
| Order Item Lines | {{order.itemLines}} |
| Order Properties | {{order.itemLines.properties.name[index]}} : {{order.itemLines.properties.value[index]}} |
| Order Link Details | {{order.link}} |
Customer Data
| Description | Variable |
|---|---|
| Full Name | {{order.customer.name}} |
| First Name | {{order.customer.firstName}} |
| Last Name | {{order.customer.lastName}} |
| {{order.customer.email}} | |
| Phone | {{order.customer.phone}} |
| Address | {{order.customer.address}} |
Shipping Address
| Description | Variable |
|---|---|
| Customer full name | {{order.shippingAddress.name}} |
| Customer first name | {{order.shippingAddress.firstName}} |
| Customer last name | {{order.shippingAddress.lastName}} |
| Address 1 | {{order.shippingAddress.address1}} |
| Address 2 | {{order.shippingAddress.address2}} |
| Country | {{order.shippingAddress.country}} |
| Province | {{order.shippingAddress.province}} |
| City | {{order.shippingAddress.city}} |
| Zip | {{order.shippingAddress.zip}} |
Only for "Order Paid" Trigger
| Description | Variable |
|---|---|
| Financial Status | {{order.financialStatus}} |
| Gateway | {{order.gateway}} |
| Payment Gateway Names | {{order.paymentGatewayNames}} |
Only for "Order Fullfilled" Trigger
| Description | Variable |
|---|---|
| Shipping Name | {{order.fulfillments.name}} |
| Tracking number | {{order.fulfillments.trackingNumber}} |
| Tracking URL | {{order.fulfillments.trackingUrl}} |
| Fulfillment Status | {{order.fulfillments.status}} |
Only for "Abandoned Cart" Trigger
| Description | Variable |
|---|---|
| Abandoned Cart Url | {{order.abandonedCartUrl}} |
