<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Shopify-Flow on OKCKnet</title><link>/tags/shopify-flow/</link><description>Recent content in Shopify-Flow on OKCKnet</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 27 Apr 2026 01:24:31 +0300</lastBuildDate><atom:link href="/tags/shopify-flow/index.xml" rel="self" type="application/rss+xml"/><item><title>Shopify: How to find orders containing bundles in Shopify Flow?</title><link>/blog/work/shopify-how-to-find-containing-bundles-in-shopify-flow/</link><pubDate>Thu, 12 Dec 2024 02:45:00 +0300</pubDate><guid>/blog/work/shopify-how-to-find-containing-bundles-in-shopify-flow/</guid><description>&lt;p&gt;If you want to find orders containing bundles in Shopify Flow and send an internal email, you can use the following steps.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Shopify Flow page on your store.&lt;/li&gt;
&lt;li&gt;Create a new flow.&lt;/li&gt;
&lt;li&gt;Select Trigger: Shopify &amp;gt; Start when: &lt;code&gt;Order Created&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Then + Add an action: Flow &amp;gt; For each &lt;code&gt;item in order.lineItems&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Then + Add a condition: Check if &lt;code&gt;Line item group title not empty and exists&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Then + Add an action: &lt;code&gt;Send an internal email&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;After these steps, Shopify Flow will send an email for each order that contains a bundle.&lt;br&gt;
You can customize the email content and recipients as you wish.&lt;/p&gt;</description></item></channel></rss>