Use flow to add vendor name to shopify order

Is there a way to tag each order with the name of the vendor(s) that are associated with the order. For instance, if the order is of an item from Vendor XYZ, it would automatically tag the order with Vendor XYZ. Also, if it was an order that has multiple items from different vendors (ie. 2 items ordered, one from Vendor XYZ and one from Vender ABC) it would add both Vendor XYZ and Vender ABC as tags.

Thanks!

Search the flow templates for this template:

“Add data (handle) from each product in an order as an order tag”

Replace it’s tag logic using li.product**.handle** with li.product**.vendor**

Test.

Thank you Paul this works perfectly! Exactly what we needed!