Add tag to customers segment

I have no experience with Shopify Flow, but I want to know if I can create a flow that adds the tag partner to all partners that meet the condition number_of_orders >= 1 AND email_subscription_status = "SUBSCRIBED".

This condition may change in the future, i.e. later on there may be a new condition that will add the ‘partner’ tag to certain customers.

Hi @Paco_Segovia_Garcia ,

I am assuming you are referring customers as partners. Something like the below image should work. Keep in mind that this example flow only works when an order is created (not fulfilled as well yet).

Breakdown of the flow

  1. When an order is created.
  2. Check if customer that made the order accepted marketing AND customer has more than 1 order placed.
  3. Add partner tag to customer.

Hope this helps!

Hi @Ismail_Namdar ,

Thank you for your answer.

The problem is that I want to do this check right now and not wait for an order, so I need a new trigger.

Maybe create a customer segment first, then add / remove the tagging upon Customer joined segment / Customer left segment trigger?

1 Like

I think I’ve found the key:

  1. Go to Customers
  2. Filters
  3. In the customer segment editor, add the following filters:
  • Number_of_orders greater than or equal to 1
  • email_subscription_status is equal to SUBSCRIBED
  1. Apply filter
  2. Click on the … next to the Edit customers button, and then choose Add tags :rocket:
1 Like