Shopify Flow- Adding tags to particular order

Shopify Flow- Adding tags to particular order

WanderingAdvent
Visitor
1 0 0
For those familiar with Shopify Flow...
I want to create a Flow that adds tags to Orders that contain products that aren't being charged tax, only in Canada or in-store.Untitled.png
The image is what I have so far.
Will it work as I intend? I want to make the record keeping side of this easier if possible.
Tag orders that are made within Canada/ in-store that contain a product that has no tax charges
 
 
Reply 1 (1)

RPiii
Shopify Staff
109 18 36

It looks like that condition is checking order.paymentTerms.draftOrder.taxesIncluded, which may not be relevant here unless your orders are originating as draft orders. You may instead want to consider using order.taxesIncluded, which checks against that field on the order returned by the "Order paid" trigger. You could also consider checking if order.totalTaxSet, which is the total tax amount before returns, is less than or equal to 0.