Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How to set flow to look for order with pending payment and add specific tag?

Solved

How to set flow to look for order with pending payment and add specific tag?

HolaJefe
Visitor
1 0 1

Hi there, 

How to set flow to look for order with pending payment and add specific tag?

Accepted Solution (1)

paul_n
Shopify Staff
1431 157 332

This is an accepted solution.

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)

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.

View solution in original post

Reply 1 (1)

paul_n
Shopify Staff
1431 157 332

This is an accepted solution.

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)

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.