Overview
When a customer purchases a bundle, you may want to automatically tag the order with the bundle's name. This makes it easy to:
Filter orders — Quickly find all orders containing a specific bundle
Create reports — Track bundle sales by order tag
Trigger other automations — Use the tag as a condition in other workflows
MOD Bundles includes a pre-built Shopify Flow template that handles this automatically. No coding required.
How It Works
When a bundle order is placed, Shopify stores bundle membership data on each line item via the groups property (part of Shopify's native Bundles API). The Flow template checks if any line item belongs to a bundle group, and if so, tags the order with the bundle's product title.
For example, if a customer orders the "Summer Essentials Bundle", the order is automatically tagged with Summer Essentials Bundle.
Prerequisites
Shopify Flow must be installed on your store (free on all paid Shopify plans)
MOD Bundles must be installed
Setup
Step 1: Open Shopify Flow
Go to Shopify Admin → Apps → Shopify Flow
Click Browse templates
Step 2: Find the Template
Search for "Tag orders with MOD Bundles"
You can also filter by the Orders category to find it
Step 3: Install the Template
Click on the template
Review the workflow — it should show:
Trigger: Order created Condition: Check if any line item has a bundle group Action: Add order tag with the bundle titleClick Install (or Create workflow)
Step 4: Activate
Review the workflow in the editor
Click Turn on workflow in the top right
That's it. All future orders containing bundles will be automatically tagged.
What You'll See
In the Orders List
Orders containing bundles will show the bundle title as a tag. You can click on the tag to filter all orders with that bundle.
Example
Order | Tags |
#1001 |
|
#1002 |
|
#1003 | (no bundle — no tag added) |
Customizing the Tag
After installing the template, you can edit the workflow to change what tag is applied.
Use a Fixed Tag Instead of Bundle Title
If you'd prefer a generic tag like bundle-order instead of the bundle's title:
Open the workflow in Shopify Flow
Click on the Add order tags action
Replace the dynamic tag with a fixed value:
bundle-orderSave the workflow
Add Multiple Tags
You can add additional tags by editing the action. For example, you might tag with both the bundle title and a generic bundle-order tag for easier filtering.
Troubleshooting
Tags not appearing on new orders
Check the workflow is turned on — Open Flow and verify the workflow shows as "Active"
Place a test order — The workflow only applies to orders placed after activation
Check the workflow run history — In Flow, click on the workflow and review the "Activity" tab for any errors
Tags not appearing on old orders
The workflow only applies to new orders placed after the workflow is activated. It does not retroactively tag existing orders.
Wrong tag or no tag on a bundle order
Verify the order contains a bundle — Check if the order's line items show bundle grouping
Check Flow activity — The workflow's activity log will show whether the condition matched
