Use flow to add vendor name to shopify order

Solved

Use flow to add vendor name to shopify order

zbomb24
Visitor
3 0 0

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!

Accepted Solution (1)

PaulNewton
Shopify Partner
7079 629 1484

This is an accepted solution.

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.

 

PaulNewton_0-1672771169810.png

 

Contact [email protected] for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


View solution in original post

Replies 2 (2)

PaulNewton
Shopify Partner
7079 629 1484

This is an accepted solution.

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.

 

PaulNewton_0-1672771169810.png

 

Contact [email protected] for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


zbomb24
Visitor
3 0 0

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