Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
Hello, I want to filter orders based on the location for pickup selected.
I am trying to develop a Flow that tags the order with the location name, and I'm having trouble finding some information in the Order object:
I would also like to know if there is another way, without using Flow, to filter pickup in store orders by their selected location.
Thank you very much,
Solved! Go to the solution
This is an accepted solution.
The path depends on the trigger. Usually with fulfillment orders you would use "Fulfillment order ready to fulfill". The variable is located at fulfillmentOrder.deliveryMethod.methodType == "PICK_UP".
One order can have multiple fulfillment orders, so this runs per fulfillment order.
This is an accepted solution.
The path depends on the trigger. Usually with fulfillment orders you would use "Fulfillment order ready to fulfill". The variable is located at fulfillmentOrder.deliveryMethod.methodType == "PICK_UP".
One order can have multiple fulfillment orders, so this runs per fulfillment order.
In our case we need to do it on order creation, so the tag is added before fulfillment.
A fulfillment order is when an assigned of line items to locations. It's not a fulfillment. So you should still use that trigger
Thank you, I've used that trigger and added tags using the {{fulfillmentOrder.assignedLocation.name}} variable to get the Location's name
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025