How to tag unpaid or pending payment orders automatically?

How to tag unpaid or pending payment orders automatically?

JakeFueled
Visitor
2 0 0

Anyone know of a flow creation that will add an order tag to an order that is unpaid or payment pending?

Replies 6 (6)

paul_n
Shopify Staff
1361 152 319

When? like when it's created? It should be simple to check if it's paid or unpaid. 

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.
JakeFueled
Visitor
2 0 0

Ideally the tag would be automatically applied at order creation. This tag would be captured by our shipping software, ShipHero. From there we would be able to create automations necessary in ShipHero based on this order tag for the unpaid order. 

paul_n
Shopify Staff
1361 152 319
You can check in a condition if order / fullyPaid is false

Workflow would be:

- Order created
- Condition (check if fullyPaid is false)
- If true: add order tag

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.
Pedro_blanky
Tourist
6 0 0

fullypaid is not working for some reason for me - is there another option that could be used?

paul_n
Shopify Staff
1361 152 319

What does "not working" mean?

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.

Bob_
Explorer
70 13 12

We do something similar except we email when an order is still Pending:-

Bob__1-1712828538383.png

You just chnage the email to a tag.

The condition for checking for Pending is:-

Bob__2-1712828578664.png

 

 

.