Tag draft orders when the invoice is sent
When a draft order's status changes to invoice_sent, add the tag invoice-sent to it. A starting point for payment reminders and for keeping a quote pipeline tidy.
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 Draft Order Data Access. See Permissions and data access.
- Nothing else: turning the workflow on switches the trigger Draft Order Status Changed on in the app.
Install the Workflow Trigger Extensions app and grant Draft Order Data Access on its Permissions page. Turning this workflow on switches the trigger on in the app.
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
- Draft Order Status Changed carries
oldStatusandnewStatus. - The Condition checks
newStatusEqual toinvoice_sent. - Add draft order tags puts
invoice-senton the draft order (draftOrder.id).
Make it yours
- Add a Wait of three days and a reminder to the sales rep.
- Add a second branch for
completedto tell the account manager that a quote became an order.
Next steps
- Draft 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.

