Global Email Template Object
Data objects across all email templates.
Object properties
| Property | Type | Description |
|---|---|---|
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 |
Example
{ "store": { "name": "string,", "domain_name": "string", "logo": { "title": "string", "name": "string", "url": "string" }, "ssl_path": "string", "cdn_path": "string", "image_directory": "string", "img_path": "string", "path_normal": "string", "path": "string", "address": "string", "language": { "code": "string", "direction": "string" } }, "customer": { "first_name": "string", "full_name": "string", "email": "string" }, "misc": { "year": "int" } }