For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Abandoned cart email triggers when a shopper doesn’t complete an order.
Object properties
abandoned_cart
object
abandoned_cart properties
body
string
unsubscribe_link
string
store
object
store properties
name
string
domain_name
string
logo
object
logo properties
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
language properties
code
string
direction
string
Left to right or right to left, depending on the language
customer
object
customer properties
first_name
string
full_name
string
email
string
group
array[object]
group items
name
string
misc
object
misc properties
year
integer
translations
object
translations properties
en
object
en properties
unsubscribe
string
Example
{
"Abandoned Cart example (deprecated)": {
"value": null,
"abandoned_cart": {
"body": "You recently visited our online store and we noticed that you didn't complete your order.\\n <br />To complete your order right now, just click on the link below:\\n <a href=\\\"example.com/complete-order\\\">Complete your order</a>",