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