Changelog
Added new keys to retrieve order values, allowing you to personalize your messages to Shopify customers even better. Update
{{id}} → Unique ID of the order
{{order_numero_final}} → Formatted order name (e.g., #1001)
{{order_number}} → Numerical order number (e.g., 1001)
{{financial_status}} → Payment status (e.g., paid, pending)
{{fulfillment_status}} → Fulfillment status (e.g., fulfilled, partial, null)
{{currency}} → Currency used for the order (e.g., USD, EUR)
{{presentment_currency}} → Currency presented to the customer
{{subtotal_price}} → Total of items before tax and shipping
{{total_price}} → Total price paid including tax and shipping
{{total_tax}} → Total tax amount applied to the order
{{total_discounts}} → Total discounts applied
{{current_subtotal_price}} → Current subtotal (can differ if modified after creation)
{{current_total_price}} → Current total price of the order
{{current_total_tax}} → Current total tax amount
{{current_total_discounts}} → Current total discount amount
{{total_outstanding}} → Amount still outstanding on the order
{{total_weight}} → Total weight of the order in grams
{{total_tip_received}} → Any tips received from the customer
{{order_status_url}} → URL for customer to check their order status
{{confirmation_number}} → Order confirmation number
{{token}} → Unique token of the order
{{cancel_reason}} → Reason for cancellation (if cancelled)
{{cancelled_at}} → Timestamp when the order was cancelled
{{created_at}} → Timestamp when the order was created
{{updated_at}} → Last update timestamp for the order
{{closed_at}} → Timestamp when the order was closed
{{processed_at}} → Timestamp when the order was processed
{{confirmed}} → Whether the order is confirmed (true/false)
{{buyer_accepts_marketing}} → Whether the buyer accepted marketing emails
{{landing_site}} → URL the customer landed on before checkout
{{landing_site_ref}} → Referrer to the landing site
{{referring_site}} → External referrer site
{{source_name}} → Source of the order (e.g., web, draft_order)
{{source_identifier}} → Source identifier if available
{{source_url}} → Source URL of the order
{{tags}} → Tags associated with the order
{{note}} → Custom note added to the order
{{location_id}} → Location ID associated with the order
{{user_id}} → Staff ID who created the order
{{app_id}} → ID of the app that created the order
{{browser_ip}} → Customer’s IP address during checkout
{{customer_locale}} → Locale/language of the customer (e.g., en-US)
-- Customer Information --
{{customer_first_name}} → Customer's first name
{{customer_last_name}} → Customer's last name
{{customer_email}} → Customer's email address
{{customer_phone}} → Customer's phone number
{{customer_tags}} → Tags assigned to the customer
{{customer_id}} → Unique ID of the customer
-- Shipping Address --
{{shipping_first_name}} → First name in shipping address
{{shipping_last_name}} → Last name in shipping address
{{shipping_phone}} → Phone number in shipping address
{{shipping_country}} → Country of the shipping address
{{shipping_province}} → Province/state of the shipping address
{{shipping_country_code}} → ISO country code (e.g., AU)
{{shipping_province_code}} → ISO province/state code (e.g., WA)
-- Billing Address --
{{billing_first_name}} → First name in billing address
{{billing_last_name}} → Last name in billing address
{{billing_phone}} → Phone number in billing address
{{billing_country}} → Country of the billing address
{{billing_province}} → Province/state of the billing address
{{billing_country_code}} → ISO billing country code
{{billing_province_code}} → ISO billing province/state code
-- Fulfillment (1st one only) --
{{trackingCompany}} → Shipping carrier from first fulfillment
{{trackingNumber}} → Tracking number from first fulfillment
-- Payment --
{{payment_gateway_names}} → List of payment gateways used (comma-separated)
-- Device Information --
{{user_agent}} → Customer's browser user agent
{{client_ip}} → IP address from client_details
-- Discounts --
{{discount_codes}} → Discount codes applied (JSON encoded)
-- Products --
{{product_titles}} → Titles of all ordered products (comma-separated)
-- Shipping Method --
{{shipping_title}} → Name of the selected shipping method