Order Status Update Email Template
Order status update email triggers when the status of an order changes.
Object properties
| Property | Type | Description |
|---|---|---|
order | object | |
order.id | integer | |
order.new_status | string | |
order.new_formatted_status | string | |
order.total | object | |
order.total.value | float | |
order.total.formatted | string | |
order.refund | object | |
order.refund.value | float | |
order.refund.formatted | string | |
order.date_placed | object | |
order.date_placed.value | integer | |
order.date_placed.formatted | string | |
order.payment_method | string | |
order.link | string | |
order.customer_name | string | |
order.downloadable_products | array | |
order.downloadable_products[].name | string | |
order.downloadable_products[].options | string | |
order.downloadable_products[].quantity | integer | |
order.downloadable_products[].link | string | |
order.downloadable_products[].thumbnail | string | |
order.downloadable_products[].attribute_lines | array | |
order.downloadable_products[].attribute_lines[].name | string | |
order.downloadable_products[].attribute_lines[].value | string | |
order.products | array | |
order.products[].name | string | |
order.products[].sku | string | |
order.products[].price | string | |
order.products[].quantity | integer | |
order.products[].thumbnail | string | |
order.products[].brand | string | |
order.products[].attribute_lines | array | |
order.products[].attribute_lines[].name | string | |
order.products[].attribute_lines[].value | string | |
order.tracking | array | |
order.tracking[].id | string | |
order.tracking[].shipping_method | string | |
order.tracking[].link | string | |
order.unshipped_products | array | |
order.unshipped_products[].name | string | |
order.unshipped_products[].sku | string | |
order.unshipped_products[].price | string | |
order.unshipped_products[].quantity | integer | |
order.unshipped_products[].thumbnail | string | |
order.unshipped_products[].brand | string | |
order.unshipped_products[].attribute_lines | array | |
order.unshipped_products[].attribute_lines[].name | string | |
order.unshipped_products[].attribute_lines[].value | string | |
order.ready_for_pickup_products | array | |
order.ready_for_pickup_products[].name | string | |
order.ready_for_pickup_products[].sku | string | |
order.ready_for_pickup_products[].price | string | |
order.ready_for_pickup_products[].quantity | integer | |
order.ready_for_pickup_products[].thumbnail | string | |
order.ready_for_pickup_products[].brand | string | |
order.ready_for_pickup_products[].attribute_lines | array | |
order.ready_for_pickup_products[].attribute_lines[].name | string | |
order.ready_for_pickup_products[].attribute_lines[].value | string | |
order.picked_up_products | array | |
order.picked_up_products[].name | string | |
order.picked_up_products[].sku | string | |
order.picked_up_products[].price | string | |
order.picked_up_products[].quantity | integer | |
order.picked_up_products[].thumbnail | string | |
order.picked_up_products[].brand | string | |
order.picked_up_products[].attribute_lines | array | |
order.picked_up_products[].attribute_lines[].name | string | |
order.picked_up_products[].attribute_lines[].value | string | |
order.pickup_methods | array | |
store | object | |
store.name | string | |
store.domain_name | string | |
store.logo | object | |
store.logo.title | string | |
store.logo.name | string | |
store.logo.url | string | |
store.ssl_path | string | |
store.cdn_path | string | |
store.image_directory | string | |
store.img_path | string | |
store.path_normal | string | Path to the store (i.e., domain + protocol) |
store.path | string | |
store.address | string | |
store.language | object | |
store.language.code | string | |
store.language.direction | string | Left to right or right to left, depending on the language |
customer | object | |
customer.first_name | string | |
customer.full_name | string | |
customer.email | string | |
customer.group | array | |
customer.group[].name | string | |
misc | object | |
misc.year | integer | |
translations | object | |
translations.en | object | |
translations.en.title | string | |
translations.en.hello | string | |
translations.en.message | string | |
translations.en.details_title | string | |
translations.en.order_total | string | |
translations.en.date_placed | string | |
translations.en.payment_method | string | |
translations.en.total_refund | string | |
translations.en.products_shipped | string | |
translations.en.products_to_be_shipped | string | |
translations.en.tracking_title | string | |
translations.en.downloadable_items_title | string | |
translations.en.quantity | string | |
translations.en.download | string | |
translations.en.tracking_label | string | |
translations.en.no_tracking_numbers | string | |
translations.en.check_status | string | |
translations.en.go_shopping | string |
Example
{ "order": { "id": 1, "new_status": "Awaiting Fulfillment", "total": { "value": 10, "formatted": "$10.00 USD" }, "refund": { "value": 0, "formatted": null }, "date_placed": { "value": 1614615796, "formatted": "03/01/2121" }, "payment_method": "Store Credit", "link": "#status-link", "customer_name": "John Cena", "downloadable_products": { "name": "Journal", "options": null, "quantity": 1, "link": "#downloadable-link" }, "products": { "name": "Sample Product", "sku": "FA44", "quantity": 11 }, "tracking": { "id": "123BC", "shipping_method": "DHL", "link": "#example.com" } }, "store": { "name": "My Dev Store 97434969", "domain_name": "my-dev-store-97434969.store.bcdev", "logo": { "title": "= My Dev Store 97434969 =", "name": "avatar-2020_1612860757__16350.jpeg", "url": "https://valeryderived-cloud-dev-vm.store.bcdev/store/f1kr2akw96/product_images/avatar-2020_1612860757__16350.jpeg" }, "ssl_path": "https://my-dev-store-97434969.store.bcdev", "cdn_path": "https://valeryderived-cloud-dev-vm.store.bcdev/store/f1kr2akw96", "image_directory": "product_images", "img_path": "https://valeryderived-cloud-dev-vm.store.bcdev/r08d84bb67d250c7624502ed76d8e0bafb1a5cacf/g-themes/ClassicNext/images", "path_normal": "https://my-dev-store-97434969.store.bcdev", "path": "https://my-dev-store-97434969.store.bcdev", "address": null, "language": { "code": "en", "direction": "ltr" } }, "customer": { "first_name": "John", "full_name": "John Jr", "email": "john.f@example.com" }, "misc": { "year": 2023 }, "translations": { "en": { "title": "Order status changed", "hello": "Hi", "message": "The status of your order #id has changed to <strong>{{status}}</strong>.", "details_title": "Order details", "order_total": "Order total:", "date_placed": "Date placed:", "payment_method": "Payment method:", "total_refund": "Total refunded:", "products_shipped": "Products shipped", "products_to_be_shipped": "Products to be shipped", "tracking_title": "Tracking information", "downloadable_items_title": "Downloadable items", "quantity": "Qty:", "download": "Download file", "tracking_label": "Tracking Link", "no_tracking_numbers": "No tracking numbers are assigned to your order yet", "check_status": "Check order status", "go_shopping": "Go shopping" } } }