Shopify Flow - Can Flow Check Inventory at Two Locations, and notify me if a transfer is possible?

Topic summary

A user seeks to automate inventory transfer notifications using Shopify Flow. The goal is to trigger an alert when a product sells at Location A (retail store), check if Location B (warehouse) has available stock, and if both conditions are met—Location A inventory ≤1 AND Location B inventory ≥1—automatically tag the product for easy identification when creating transfers.

Proposed workflow:

  • Trigger: In-store purchase at Location A
  • Condition: Check inventory levels at both locations
  • Action: Add identifying tag (e.g., “_Warehouse”) to flag products needing transfer

The user wants one-way transfers (warehouse → stores only) to maintain proper stock flow rather than balancing between locations.

Current status: The original poster struggles specifically with configuring the condition logic correctly. Two other users report similar challenges—one successfully implemented tagging and collection-based tracking but cannot auto-populate transfer quantities, while another seeks email/Slack alerts when brick-and-mortar inventory hits zero but warehouse stock remains available.

The discussion remains unresolved with no working solutions shared.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Hey there,

I work as the online presence for a small business and I’ve been working on getting Flow to basically help me automate a bunch of different tasks, but primarily I’ve used it to add tags to products.

I was wondering if it’s possible for Shopify Flow to automate the following situation:

When a customer buys a product in Location A, Flow would check Location B’s inventory to see if it’s possible for us to move inventory from location B to Location A, and if it’s possible for product to move from B > A, then it adds it to a collection that we can easily and quickly look through to create a transfer, and move product from one store to another. This is also because we work out of a warehouse that transfers product to both our stores in one city, so I want it to be a one way street, so we’re filling inventory up in our stores and not just balancing it between the stores and warehouses.

Below is my thought process for how this might look:

Trigger: When a customer purchases items in-store at Location A.

Condition: Check “Location A” for Inventory being Equal or Less than 1 [AND] Check “Location B” for Inventory Being Greater than or equal to 1. If both conditions are true, it moves to an action.

Action: Add Tag “_Warehouse” or something else, denoting that the product is something we can and should move over.

Let me know if you see this and have any ideas on how to make this work! I’m particularly struggling with setting up the condition to work correctly.

-Big LaCroix

2 Likes

Not sure if you got any help on this - if you did I’d love to know your solution. I have gotten all the way from item sale to checking two other locations, and then tagging so that I can have a collection based off of that tag for the staff to search when compiling a transfer. What I can seem to do is provide quantities of self populate a transfer.

When you say that they bought something in Location A, is that something happening in Shopify POS?

Have you had any solutions to this? My problem is similar and I am trying to create a workflow solution as well. I have a warehouse location that I keep inventory at and would like to receive an email or slack message when my brick and mortar location inventory reaches 0 but I have that same product in the warehouse that can restock that item. I basically just need an alert that “warehouse” has products that can restock “brick and mortar”.