Delivery Promise
Adding the Delivery Promise Block to your Shopify Checkout
Billing for Delivery Promise
Delivery Promise A/B Testing
Delivery Promise Frequently Asked Questions
Disabling the Shopify "Shipping Speed" in Checkout
Setting Up Delivery Promise
Setting Up the Wonderment Delivery Promise on Your Product Page
Getting Started
Launching Wonderment with Klaviyo
Setting Up Two-Factor Authentication
Signing Up For The App
Step 1: Settings & Integrations
Step 2: Create a New Storefront Tracking Page 📦
Step 3: Launching Wonderment
Wonderment Overview & CX Training
Integrations
Attentive
Attentive - What data is available inside of Attentive events?
Capturing SMS consent on Wonderment Tracking Pages with Attentive SMS + Klaviyo
Integrating Wonderment with Attentive
Starting Templates for Attentive SMS
Corso
Fairing
Gorgias
Iterable
Judge.me
Junip
Klaviyo
Adding SMS to Wonderment-Driven Klaviyo Flows
Approving Klaviyo Email Notifications
Capturing Marketing consent on Wonderment Tracking Pages with Klaviyo Forms
Common Date Formatting In Klaviyo
Creating A Split Shipment Email
Integrating Wonderment with Klaviyo
Klaviyo "Tracking Page Viewed" Event And Flow Template
Klaviyo Flow Performance Reporting
Klaviyo Transactional Revenue Reporting
Setting Up Fulfillment Delayed Alert in Wonderment
Starting Templates for Klaviyo SMS
Upgrading Your Klaviyo Integration
What data is available inside of Integration events?
Loop Returns
Okendo
Postscript
Capturing SMS consent on Wonderment Tracking Pages with PostScript SMS + Klaviyo
Integrating Wonderment with Postscript
Starting Templates for PostScript SMS
Rebuy
Recart
Sendlane
Slack
Stamped.io
Webhooks
Yotpo
Zendesk
Reporting
Add a Delivery Experience Survey to your Tracking Page
Creating A Delivery Feedback Survey
Scheduled Reporting
Shipping
What carriers does Wonderment support?
What shipping and delivery events does Wonderment support?
Why send your own shipping notifications?
Shopify
Disable Shopify's default shipping notification emails
How does Wonderment handle privacy requests for customer data?
How to exclude orders from the Shopify POS
Shopify Flow Setup with Wonderment
Shopify Fulfillment Events and Order Tags in Wonderment
✉️ Update the Shopify notification emails
Tracking Page
- All Categories
- Shopify
- Shopify Flow Setup with Wonderment
Shopify Flow Setup with Wonderment
Wonderment is available as a Trigger in Shopify Flow, for Shopify Plus stores to use in creating automation. When a package tracked in your account has a status update, Wonderment will send a trigger to Shopify Flow for that package.
That trigger can be used with conditional statements to power different Actions in other apps, like sending an SMS message, creating a gift card, and more. There are several examples provided in this post.
In addition to the customer and order data already available in Flow, there are some Wonderment-supplied properties you can use in flow logic or as template variables. These trigger variables can be referenced in templates in the format, like for the carrier's name. This is a quick reference to some of the potential metadata:
carrierName | The name of the carrier, matching what's presented in your Wonderment account. ie: USPS |
destinationCountryCode | A two-digit string representing the destination country, ie: US |
estimatedDeliveryAt | The current ETA of the package. This is supplied as a |
hoursStalled | If this is a |
notUpdatedSince | If this is a |
orderCreatedAt | The date/time the order was placed. This is supplied as a string date with time, like |
orderNumber | The order number of the associated order. |
status | The package status when the event was emitted. The supported status types are:
|
trackingUrl | The carrier-supplied Tracking URL |
trackingCode | The package's tracking code |
orderSubtotal | The order price before shipping, tax, or other discounts are applied |
orderShipping | The shipping cost paid by the customer |
orderTax | The total tax paid by the customer |
orderTotal | The total price of the order paid by the customer |