Auto tag orders & customer - Workflow library
Tag products based on the product title
When orders are created or updated, IF one of item have Product Title contain Bamboo
Then
Add tags to order: New campaign
Tag orders that used a specific payment gateway
When orders are created or updated, IF transaction have Gateway contain stripe
Then
Add tags to order: Stripe
Tag orders that used a specific shipping method
When orders are created or updated
IF one of shipping have Fulfillment Tracking Company contain cjdropshipping
Then
Add tags to order: CJ
Tag customers that used a specific shipping method
When orders are created or updated
IF customer have Total spent last 2 months greater 1000
AND IF customer have Total spent last 2 months smaller 2000
Then
Add tags to Customer: VIP
Add the tag to the order's note
When orders are created or updated or fulfilled
IF customer have Customer Tags contain VIP
Then
Append to the order note: VIP
Related articles
Auto Tags Customer & Order - Main functions
Add the tag(s) to an order
Add the tag(s) to a customer
Add the tag to order's note
When orders are created or updated, IF one of item have Product Title contain Bamboo
Then
Add tags to order: New campaign
Tag orders that used a specific payment gateway
When orders are created or updated, IF transaction have Gateway contain stripe
Then
Add tags to order: Stripe
Tag orders that used a specific shipping method
When orders are created or updated
IF one of shipping have Fulfillment Tracking Company contain cjdropshipping
Then
Add tags to order: CJ
Tag customers that used a specific shipping method
When orders are created or updated
IF customer have Total spent last 2 months greater 1000
AND IF customer have Total spent last 2 months smaller 2000
Then
Add tags to Customer: VIP
Add the tag to the order's note
When orders are created or updated or fulfilled
IF customer have Customer Tags contain VIP
Then
Append to the order note: VIP
Related articles
Auto Tags Customer & Order - Main functions
Add the tag(s) to an order
Add the tag(s) to a customer
Add the tag to order's note
Updated on: 06/06/2022
Thank you!