Tag orders when the shipping address changes after checkout
When the shipping address of an existing order changes, add the tag address-changed, so fulfillment can stop or re-route the shipment and risk can take a second look.
One trigger, built-in Shopify actions only, no other app needed. Nothing in it is specific to a store, so it works as soon as it is imported.

What it needs
- The app's permission Order Data Access + Customer Data Access. See Permissions and data access.
- Nothing else: turning the workflow on switches the trigger Order Shipping Address Changed on in the app.
Install the Workflow Trigger Extensions app and grant Order Data Access and Customer Data Access on its Permissions page. Turning this workflow on switches the trigger on in the app. This trigger reads protected customer data.
Get the workflow
- Download the
.flowfile attached at the bottom of this page. - In your Shopify admin open Flow, click Import and choose the file.
- Check the steps, then click Turn on workflow.
The file is an export from Shopify Flow itself. Do not edit it by hand; change the workflow in Flow after importing it.
How it works
- Order Shipping Address Changed fires when the shipping address of an existing order changes.
- Add order tags puts
address-changedon the order.
Make it yours
- Add a condition on the order's fulfillment status to react only while nothing has shipped.
- Use
shippingAddressDetails.countryCodeto catch a change of country, which can change taxes and duties.
Next steps
- Order triggers, step by step - every field this trigger sends, with more examples.
- Workflow templates - all templates.
- Event history and troubleshooting - check that the trigger fired.

