Trouble adding a Tag for Local Pick Up Orders

Trouble adding a Tag for Local Pick Up Orders

RobertG
Tourist
5 0 0

I am attempting to add a simple Tag ("Local Pickup") to any orders that customers who choose delivery method as Local pick up:

 

RobertG_0-1654320407580.png

 

Tried these 2 methods ;

RobertG_1-1654320508920.png

 

However, neither are returning a TRUE condition.

 

I am bewildered where the "Local pick up" is located.

Tried Shopify Help to no avail.

 

Here is the Flow;

RobertG_2-1654320670872.png

I do know the rule is completing as it is adding in the "Shipping Req." TAG I included as a FALSE result.  Problem is that it is returning FALSE for every order, regardless of whether it is to be picked up or Shipped.

 

Not hugely talented in this basic coding so, any help would be greatly appreciated.

Replies 3 (3)

G-L
Shopify Staff (Retired)
29 4 10

Hi, do you need this to be available at order creation? Testing I managed to use {{fulfillmentOrder.deliveryMethod.methodType}} which returns PICK_UP as a value, however it's only available on a fulfillment order trigger like Order ready to fulfill

To learn more visit the Shopify Help Center or the Community Blog.

roehamptonorchi
Excursionist
12 0 76

I would like to have it at order creation if anyone has a solution

 

DaveMcV
Shopify Staff
104 31 29

Hi Roehamptonorchi,

 

This is not yet available in the order as far as I'm aware and only in the fulfillment. You could build a Workflow around some of the fulfillment events or look at trying to build something custom using the `order.shippingLine` data. That data is specific to each shop and location set up, so you'll need to review it based on your implementation of Local Pickup to see if it works for your use case. 

 

Hope that helps!

DaveMcV | Flow Development 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.