Hi there,
How to set flow to look for order with pending payment and add specific tag?
Goal: Configure Shopify Flow to identify orders with pending payment and apply a tag.
Key guidance:
Open points:
Status: Partial guidance provided; tagging action and trigger configuration are not finalized, so the solution remains open.
Hi there,
How to set flow to look for order with pending payment and add specific tag?
You can check displayFinancialStatus and it will show “PENDING”. It’s not clear when you want to do that check, so you might need to think about when to trigger it. You can query orders using Get Order Data with something like (financial_status:PENDING)