View Categories

How To Use Shopify Variables

1 min read

AI Doc Summarizer Doc Summary
Shopify Variable DetailsShopify Variable formatData SampleAbandoned Checkout TriggerOrder Placed Trigger
Order Info
Order id{{order.id}}1900968798308YESYES
Order number{{order.number}}1044YES
Order status URL{{order.order_status_url}}link to orderYES
Abandoned checkout URL{{order.abandoned_checkout_url}}link to abandoned checkoutYES
Created at{{order.created_at}}2021-10-21T11:47:12+05:30YESYES
Created on{{order.created_on}}default format 10-20-2021YESYES
Currency{{order.currency}}$YESYES
Currency code{{order.currency_code}}USDYESYES
Customer Info
First Name{{order customer.first_name}}JohnYESYES
Last Name{{order.customer.last_name}}CarterYESYES
Email{{order.customer.email}}johncarter@gmail.comYESYES
Phone{{order.customer.phone}}18989898989YESYES
Order Value
Total Cart Price{{order.total_cart_price}}99.00YES
Discount Code{{order.discount_code}}TESTDISC20YES
Total Discount Value{{order.total_discounts}}11.99YES
Order has discount?{{order.has_discount}}true/falseYES
Subtotal Price{{order.subtotal_price}}88.99YES
Total Shipping Price{{order.total_shipping_price}}14.49YES
Total Price{{order.total_price}}102.99YES
Customer Billing Address
Contact Name{{order.billing_address.name}}John CarterYES
Address Company{{order.billing_address.company}}Marvel Inc.YES
Address 1{{order.billing_address.address1}}890YES
Address 2{{order.billing_address.address2}}Fifth Avenue, ManhattanYES
Province{{order.billing_address.province}}New York CityYES
Zip{{order.billing_address.zip}}10128YES
Country{{order.billing_address.country}}United StatesYES
Customer Shipping Address
Contact Name{{order.shipping_address.name}}John CarterYES
Address Company{{order.shipping_address.company}}Marvel Inc.YES
Address 1{{order.shipping_address.address1}}890YES
Address 2{{order.shipping_address.address2}}Fifth Avenue, ManhattanYES
Province{{order.shipping_address.province}}New York CityYES
Zip{{order.shipping_address.zip}}10128YES
Country{{order.shipping_address.country}}United StatesYES
Order requires shipping?{{order.requires_shipping}}true/falseYES
Advanced Variables
Order/Abandoned cart items(*Coming Soon){{#each Order line_items as | item |}}YESYES
item.id
item.image
item.title
item.quantity
item.price
item.line_price
{{/each}}
Order Tax Details(*Coming Soon){{#each Order tax_lines as | tax |}}YES
tax.title
tax.rate
tax.price
{{/each}}

Leave a Reply

Your email address will not be published. Required fields are marked *