Need help creating a Shopify Flow script that tags a product that has been sold

Hey I’m in need of a bit of help with creating a Shopify flow script that tags a product as soon as it’s sold.

I’ve attempted to set this up using inventory change levels, but I’m struggling to set a condition where a change in inventory equals -1.

Would appreciate any help!

Hi @OHDS -

You should be able to make a condition that checks if the inventoryQuantityPrior is greater than the inventoryQuantity. That will evaluate to true whenever the quantity is decreasing.