Skip to main content

Tag Orders with Bundle Title

Automatically tag orders that contain bundles with the bundle's product title using Shopify Flow.

Updated over a month ago

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

  1. Go to Shopify Admin → Apps → Shopify Flow

  2. Click Browse templates

Step 2: Find the Template

  1. Search for "Tag orders with MOD Bundles"

  2. You can also filter by the Orders category to find it

Step 3: Install the Template

  1. Click on the template

  2. 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 title

  3. Click Install (or Create workflow)

Step 4: Activate

  1. Review the workflow in the editor

  2. 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

Summer Essentials Bundle

#1002

Mix & Match Snack Box

#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:

  1. Open the workflow in Shopify Flow

  2. Click on the Add order tags action

  3. Replace the dynamic tag with a fixed value: bundle-order

  4. Save 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

  1. Check the workflow is turned on — Open Flow and verify the workflow shows as "Active"

  2. Place a test order — The workflow only applies to orders placed after activation

  3. 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

  1. Verify the order contains a bundle — Check if the order's line items show bundle grouping

  2. Check Flow activity — The workflow's activity log will show whether the condition matched


Related Articles

Did this answer your question?