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.
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
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.