Shopify Flow AI Assistant Prompts: A Practical Guide (2026)

Last updated
Expert reviewed
5 min read
Jacques Blom
Jacques Blom
CTO at Fudge.

Key takeaways

  • Shopify Flow’s AI assistant is Sidekick used inside Flow - launched December 2025. You describe an automation in plain English and it builds the trigger, conditions, and actions for you.
  • The biggest determinant of a good output is prompt specificity. “Tag VIP customers” gives a vague workflow. “Tag customers as VIP when they place an order over $200” gives a working one.
  • It’s strongest at tagging, segments, notifications, inventory alerts, and scheduled reports. It struggles with deep multi-branch logic and Liquid-heavy actions.
  • Workflows are drafted into the editor for your review - nothing runs until you click Activate.
  • For changes outside Flow’s remit (theme edits, landing pages, quizzes), use Fudge - the AI assistant cannot edit your storefront.

The Shopify Flow AI assistant collapses the steepest part of Flow’s learning curve: knowing the names of triggers, conditions, and actions, and stitching them together. With it, you describe the outcome and the workflow is drafted for you.

This is a practical prompt reference - copy any of these into Flow’s Sidekick panel and adjust for your store. The prompts below are the ones we use ourselves, and patterns we see consistently work for the merchants we support.

Why you can trust us

We’ve been in the Shopify ecosystem for four years and built Fudge - an AI storefront editor used by hundreds of Shopify merchants. We work with merchants on Flow setups regularly and have tested these prompts across active stores.


What is Shopify Flow’s AI assistant?

Shopify Flow is Shopify’s native automation tool - if X happens, do Y. The AI assistant is Sidekick, accessed from inside Flow. It became generally available in December 20251 and was extended in early 2026 alongside Flow’s vertical-layout redesign and safe-preview testing2.

Where to find it: Open Shopify admin → Apps → Flow → click the Sidekick icon in the workflow editor. You can also describe a workflow from the Sidekick panel anywhere in the admin and it’ll route the request to Flow.

What it does: Takes a plain-English description and drafts a complete workflow - trigger, conditions, actions - into Flow’s editor. You review, edit, and click Activate.

What it doesn’t do: Run anything automatically. Workflows always require manual activation. It also doesn’t access deep multi-branch logic well; expect to refine those by hand.


Anatomy of a good prompt

The pattern that works:

Trigger (what starts the workflow) + Condition (the rule that filters when it runs) + Action (what should happen).

Weak: “Tag VIP customers.”

Strong: “When a customer places an order over $200, tag them as VIP.”

The strong version names the trigger (order placed), the condition ($200), and the action (apply VIP tag). The weak version forces Sidekick to guess at all three.

If you have an exception or follow-up step, add it as a sentence: “Then send me a Slack notification with the customer name and order total.” Sidekick handles compound prompts well as long as each clause is unambiguous.


Customer tagging

Tagging is Sidekick’s strongest use case in Flow - low ambiguity, well-supported triggers and actions.


Customer segments

Segments work the same way as tagging but with conditional filters Sidekick can compose for you.


Order tagging

Tag the order, not the customer, when the property is about that specific transaction.

Need to update your storefront, not just automate it? That's Fudge.
Try Fudge for Free

Inventory alerts and stock management

Sidekick handles low-stock and stockout patterns cleanly.


Fraud and risk

Use Shopify’s built-in risk score plus your own thresholds. Be explicit about what to do with flagged orders.


Notifications and alerts

Internal alerts to email, Slack, or task management tools. Keep the message format explicit so you don’t get cryptic notifications.


Scheduled and time-based workflows

Use the scheduled trigger for recurring summaries.


Post-purchase and retention

Most of these depend on having an email tool integrated (Klaviyo, Shopify Email, Omnisend). Sidekick reads the integration’s available actions automatically.


B2B and wholesale

Sidekick recognises Shopify’s B2B objects (companies, locations, payment terms) and can route on them.


Fulfilment


Tips for getting better results

1. Name the trigger as a verb event, not a state. “When a customer places an order over $200” works. “Customers who spend a lot” doesn’t - there’s no event for Sidekick to hook into.

2. Quote your tag values exactly. Use vip (lowercase, no spaces) or VIP-2026 (consistent across workflows). If you mix VIP and vip in different prompts, Flow treats them as different tags. Tell Sidekick the literal string: “tag the customer with vip (all lowercase)”.

3. Specify the email recipient or Slack channel. “Email me” without an address makes Sidekick guess. Give it [email protected] or #alerts directly.

4. Iterate inside Flow, not in chat. When the draft workflow opens in the editor, click into individual nodes and adjust. Asking Sidekick to “make it better” rarely improves output - editing the specific condition is faster.

5. Preview before activating. Flow’s preview mode runs the workflow against sample data without affecting your live store2. Always preview a tagging or fulfilment workflow before activating - the cost of a wrong tag is small, the cost of pausing every order is not.

6. Save common patterns as Sidekick skills. If you find yourself running the same kind of prompt repeatedly (per-collection tagging, weekly reports, etc.), save it as a Sidekick skill so it’s a one-click rerun.

7. Build one workflow per concern. A single workflow that tags, emails, holds, and notifies tends to be brittle. Break it into three smaller workflows that each do one thing - they’re easier to debug and Sidekick drafts them more reliably.


What the Flow AI assistant can’t do

Complex multi-branch logic. If/else trees with three or more branches, or workflows that combine data from multiple objects (orders + draft orders + customer history) usually need manual refinement. Sidekick will draft a single-branch version that you’ll need to expand.

Liquid-heavy actions. When an action requires custom Liquid (formatting an email body with order line items, computing weighted scores), Sidekick gets the structure right but the Liquid often needs editing.

App-specific actions you haven’t installed. Sidekick only sees actions provided by apps already installed on your store. Asking it to “send to Klaviyo” without Klaviyo installed produces a workflow that won’t run.

Anything outside Flow. This is the big one. Sidekick (and therefore Flow’s AI assistant) cannot edit your storefront. It cannot:

For these, you need a different tool.


Where Fudge fits

Flow’s AI assistant handles the operations side of running a store - data, tagging, notifications, fulfilment rules. Fudge handles the storefront side - the visual layer that customers actually see.

Where the Flow AI assistant ends, Fudge picks up. You describe a change in plain English:

Fudge generates the code, shows a preview against your live theme, and only writes to your store when you approve. Together with Flow’s AI assistant, the two cover most of what a merchant needs AI for - without needing a developer.

Related: Shopify Sidekick Prompts: The Complete Cheatsheet.

Related: Shopify Sidekick Use Cases: What It’s Actually Good At.

Related: Shopify Sidekick Limitations.

Jacques's signature
Build the storefront side of your store just by describing it.

Footnotes

  1. Shopify Changelog: Create Flow automations with Sidekick (December 11, 2025).

  2. Shopify blog: How Shopify Flow Automation Got Faster, Safer, and Smarter in 2025. 2

You might also be interested in

How to Set Up the Shopify AI Toolkit with OpenAI Codex
Set up Shopify AI Toolkit with OpenAI Codex. Covers plugin install, MCP config, store auth, telemetry opt-out, and first validated query.
Shopify Sidekick Limitations: What It Can't Do (2026)
A clear breakdown of Shopify Sidekick's limitations - what it can't do, why, and what tools fill the gaps for storefront editing and design.
Shopify Sidekick Use Cases: What It's Actually Good At (2026)
Practical Shopify Sidekick use cases: analytics queries, discount creation, automation setup, content generation, and B2B. Includes workarounds for gaps.