Creating a personalized message with customer’s order related Dynamic Variables

Personalized your message with Dynamic Variable

Prasetyo Budi Utomo

Last Update 2 yıl önce


Here is a list of Dynamic Variable that you can use to customize your message to the customer


Order Data

DescriptionVariable
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

DescriptionVariable
Full Name{{order.customer.name}}
First Name{{order.customer.firstName}}
Last Name{{order.customer.lastName}}
Email{{order.customer.email}}
Phone{{order.customer.phone}}
Address{{order.customer.address}}

Shipping Address

DescriptionVariable
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

DescriptionVariable
Financial Status{{order.financialStatus}}
Gateway{{order.gateway}}
Payment Gateway Names{{order.paymentGatewayNames}}

Only for "Order Fullfilled" Trigger

DescriptionVariable
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

DescriptionVariable
Abandoned Cart Url{{order.abandonedCartUrl}}

Was this article helpful?

3 out of 3 liked this article

Still need help? Message Us