HomeGuides › Shopify Flow alerts

Building a low stock alert with Shopify Flow

Shopify Flow is Shopify's own free way to get a low stock email. It is a real option and worth building before you pay anybody. Here is the setup, then an honest account of where it stops being the right tool.

By Fazeel Tanveer, Founder · Last reviewed 20 August 2026

Availability. Shopify Flow is a free app on the Basic, Grow, Advanced and Plus plans. If you are on a paid Shopify plan you already have access to it.

On this page

  1. Building the workflow
  2. Where Shopify Flow stops keeping up
  3. Shopify Flow or an app: how to decide

Building the workflow

  1. Install Flow. Search for Shopify Flow in the App Store and add it. It is published by Shopify and free.
  2. Create a workflow and pick the inventory quantity changed trigger. It fires every time stock moves, which is the starting point you want.
  3. Add a condition. Set the variable to productVariant/inventoryQuantity, the operator to less than or equal to and the value to your threshold number.
  4. Add the action. Send internal email, addressed to whoever actually places the order. Put the product name and the count in the body so the email is useful without opening admin.
  5. Turn it on and test it against one real product before assuming it works.

How to test it. Set the number above a real product's current stock for a moment, then change that product's quantity by one so the trigger fires. Check the email arrives and did not land in spam, then put the number back.

Where Shopify Flow stops keeping up

None of this makes Flow a bad tool. These are simply the reasons stores outgrow it.

Shopify Flow or an app: how to decide

Stay on Flow when:

Move to an app when:

When the workflow count gets out of hand

Stockwell gives every SKU its own number, checks every location on its own and sends a morning summary, with no workflow to build for each case. Start on the free plan and leave Flow running while you compare.

Get it on the Shopify App Store Free plan covers 50 SKUs with a daily summary. Paid plans add instant alerts and more recipients. No card needed to start.

Common questions

Is Shopify Flow free?

Yes. Flow is a free app on the Basic, Grow, Advanced and Plus plans. A few individual actions, such as sending an HTTP request, are only on the higher plans.

Can Shopify Flow send low stock alerts per location?

You can build it, but it takes more condition work than most merchants want to look after and it gets harder with every location you add. This is one of the most common reasons stores with several warehouses move to an app.

Why is my Flow alert firing repeatedly for the same product?

Because the trigger fires on every stock change, so a product sitting right on your number emails you every time it crosses. It also fires per variant, so a product with lots of variants multiplies that. Stopping the repeats means adding more steps to the workflow.