Flow Condition for Local Pick Up Order

Neliza
Visitor
1 0 0

Neliza_0-1688083382280.png

So, I'm not sure what to add under the condition to trigger the Slack push notification whenever we are receiving Local pick-up orders. Please help 

Replies 2 (2)
Digico
Shopify Partner
46 1 3

Hi, a flow like this would seem ok:

 

Digico_0-1688370650954.png

 

paul_n
Shopify Staff
Shopify Staff
603 97 154

@Digico answer may work. I'm not sure if a digital item might also cause that setting to be included, or how you would want to handle split fulfillment scenarios. 

 

The fulfillment location is assigned after an order is created to a "Fulfillment Order". You could check:

is at least one of order / fulfillmentOrders / deliveryMethod / methodType == "PICK_UP"

If you do that, you'll either want to use Order ready to fulfill as the trigger (it fires after the fulfillment order is assigned), or add a wait step of about 5 min after the trigger to make sure the system has time to assign the right location.

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.