How do I call for the pickup location as a variable in Flow App?

Hi all, I’d like to send an internal email when an order is created.

How can I list the order’s pickup location as a variable?

Thank you!

Hi @FrommHK It will be great if you will connect with the shopify support regarding the same as they will provide you the entire flow, so that you can just make the same in your store, Here is the screenshot of what will be the trigger and then you need to add the condition.

If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the flow so that this will work well for you.

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil

Fulfillment event created only happens when fulfillment starts. If you need to do something when the order is created, you probably should use Order ready to fulfill as the trigger (it runs per fulfillment location). Then check the fulfillment order / assigned location / name field. You can also check .. / delivery method / method_type == “PICK_UP” in case you ship from there as well.

Fields on fulfillment order are documented here: https://shopify.dev/docs/api/admin-graphql/2024-04/objects/FulfillmentOrder

Yes @paul_n this is the way!! Thanks for this, very helpful for in store pickup.