These variables are available exclusively for use in messages targeted at abandoned carts. To use cart data in your messages, you must categorize the message with the ABANDONED CART Type. By doing so, our system will properly read the abandoned cart data and enable its correct use.

General Abandoned Cart Data

NameVariableOutputType
Checkout Link{{ abandoned_checkout.checkout_url }}https://carrinho.pl/yz8uHM6String
Currancy{{ abandoned_checkout.currency }}USDString
Cart Number{{ abandoned_checkout.number }}3777841398808String
Subtotal Value{{ abandoned_checkout.subtotal_price }}169.97Number
Subtotal Value (Formatted){{ abandoned_checkout.subtotal_price_formatted }}USD169,97String
Total Value{{ abandoned_checkout.total_price }}129.59Number
Total Value (Formatted){{ abandoned_checkout.total_price_formatted }}USD129,59String
Products (Formatted){{ abandoned_checkout.line_items_formatted }}Product 03 - ABString
Products with Variant (Formatted){{ abandoned_checkout.line_items_formatted_with_variant }}Product 03 - AB - Variant / C - OffString
Address (Formatted){{ abandoned_checkout.shipping_address_formatted }}456 Flores Street - C - Dream District, Miami, FL, 33101, USString

Cart Items| abandoned_checkout.line_items - Array

NameVariableOutputType
Cart Items (Full Array){{ abandoned_checkout.line_items }}[{"title": "My Robot"}, ...]Array
Title{{ abandoned_checkout.line_items.title }}My RobotString
Variant Name{{ abandoned_checkout.line_items.variante_title }}RedString
Quantity{{ abandoned_checkout.line_items.quantity }}1Number
Price{{ abandoned_checkout.line_items.price }}219.45Number
Image URL{{ abandoned_checkout.line_items.image_url }}https://….pngString

Shipping Address for Carts| order.shipping_address - Object

NameVariableOutputType
Full Address{{ abandoned_checkout.shipping_address }}{"zip":"33101", …}Object
ZIP Code{{ abandoned_checkout.shipping_address.zip }}33101String
City{{ abandoned_checkout.shipping_address.city }}MiamiString
State{{ abandoned_checkout.shipping_address.province }}FloridaString
Adress 1{{ abandoned_checkout.shipping_address.address1 }}456 Flores Street, Apt 31String
Adress 2{{ abandoned_checkout.shipping_address.address2 }}DowntownString