Global Email Template Object

Data objects across all email templates.

Object properties

store
object
name
string
domain_name
string
logo
object
title
string
name
string
url
string
ssl_path
string
cdn_path
string
image_directory
string
img_path
string
path_normal
string
Path to the store (i.e., domain + protocol)
path
string
address
string
language
object
code
string
direction
string
Left to right or right to left, depending on the language
customer
object
first_name
string
full_name
string
email
string
group
array[object]
name
string
misc
object
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"
}
}