Re: Flag orders with address issues

Flag orders with address issues

jums
Shopify Partner
6 0 3

Hello,

we are trying to flag any orders with address issues and trigger an alert to our customer care department.

So far, I haven't been able to find any conditions in the flow app which triggers this event.

Can somebody give me some hints?

 

Thanks.

 

 

Replies 16 (16)

Kalen_Jordan
Shopify Partner
803 39 148

Can you explain a little further what you mean by address issues? Are you looking for address validation?

jums
Shopify Partner
6 0 3

Hi Kalen,

on a daily basis, we get a moderate amount of orders which have shipping address issues (or the address needs to be reviewed).

Such orders are marked in the dashboard (screenshot below) with an icon and we'd like to notify our customer care dept. as soon as the order enters the system with this shipping address issue so it gets corrected ASAP.

jums_1-1720512701564.png

 

Any help is appreciated.

 

Best,

JM

paul_n
Shopify Staff
1819 199 433

I think that field is triggered by something called "order / shipping address / validation result summary". It became available in the 2024-07 API. Flow is currently using 2024-01, so when Flow upgrades to that version you will get access to it.

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.
Kalen_Jordan
Shopify Partner
803 39 148

In the meanwhile, perhaps a custom api call in your flow can do the trick.

jums
Shopify Partner
6 0 3

I'm afraid we will have to wait until the Flow upgrades to the new version. But the api call sounds promising... I'll take a look!

Thanks!

AndreiPwnzor
Visitor
2 0 2

Can you please let us know when this update is scheduled to go live? Not for nothing it's just I'm looking to setup the exact same flow as the OP. 

jhenry
Visitor
2 0 0

Do we know when the next Flow version is expected to be released?  I am also trying to trigger notification for orders having address issue and have tried several suggestions from Shopify support, but they are not giving expected results.

SKRASTS
Excursionist
33 0 5

Looking for this as well. If you could also give tell us how to find it in flow that would be helpful. Its always a bit difficult to find anything.

paul_n
Shopify Staff
1819 199 433

Just a heads up that we will release 2024-04 this week. We have a project to jump straight to 2024-10 which would also allow us to more rapidly adopt new versions going forward.

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.
TGA
Shopify Partner
1 0 0

Hey Paul! any update here? can you share what we need to do to access this as a trigger in Flow app?

paul_n
Shopify Staff
1819 199 433

We are now on 2024-04. 2024-10 is not yet close. 

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.
RPiii
Shopify Staff
162 27 49

Flow now supports Admin API version 2024-07.

arturooro10
New Member
6 0 0

Hi friend! I am looking for the same solution, I tried in flow with Coordinates validated but looks is not linked to the flag validation on dashboard, did u find how find a object in flow that is linked to this status or where this status is stored in the order to check it with an API call?

arturooro10_0-1738113397067.png

 

arturooro10
New Member
6 0 0

Or do someone know how can I check by API?

I tried to check that object but 
https://shopify.dev/docs/api/admin-graphql/2025-01/objects/MailingAddress#field-validationresultsumm...

But the answers from server is that is null

blainerobison
Shopify Partner
1 0 1

This is an old discussion but adding here in case it helps anyone else. This is available in the Shopify Flow app as Paul_n mentioned in his comment.

 

order.shippingAddress.validationResultSummary

 

2025-04-18-112853@2x.jpg

 

anita_mb
Visitor
1 0 1

thank you very much for updating this thread with the solution! works perfectly for us