How to tag orders based on product type in eCommerce?

Hi, I’m trying to create a flow that will tag my orders if a certain product is present in the order.

So, if the order contains at least one product where the type is equal to “Bundle”, a tag labelled “Bundle” will be added.

But the flow I created is not working. If the flow is active, it will tag all the new orders, regardless if a Bundle is present.

I think you might be using Shop -> Product types, which is just a list of all the possible product types in your store. I think what you want to use is Order -> Line Items -> Product -> Custom Product Type instead.

1 Like

Hey, Timothy. Thanks for that. It’s working now.