How to TAG order with products "compare price"

Hi everybody (:

I’m trying to create a flow to TAG all my orders that contain product in my outlet (with compare price >1?).
I really do not know where to start, when my order is created I need that if the lineItems contains a compare price → tag Order with “Outlet”.

Do you ever do this without a meta tag or other customisation?

Thank you for your time and Have a Nice day

Giulia

Hi there, this is possible with a custom app (involving webhook automations), but I don’t think even a series of Flows can be created to do this.

Let us know if you need a hand.

Cheers.

WhiteWater Web

you can create an automated collection with the following condition

then in flow try doing the following

i didn’t test it, but i believe it can be a good starting point :wink:

If this needs to be continued and done regularly, the OP will need a way of adding tags to the orders, not adding tags to products; the problem with the latter is that, over time, all products could go on sale and include then the tag added (if your Flow works). The tag on the product would still be there, even if the product came off sale - not good.

If regularly done you need to use a weebhook to inspect the order including ‘on sale’ or compare at price>1 products, and tag the order only.

Cheers.

WhiteWater Web

Thank you for your replies.
I decided to tag the products and from there start the tagging for the order.
It is not exactly the same but I still achieve my goal of customer/order analysis.
See you soon (:

Giulia