How to Add a customer membership tag automatically

Hi
I want to automatically membership tag customer information based on a cumulative purchase amount condition. I have a customer segment divided into 4 conditions, and if a customer’s cumulative purchase amount reaches this condition, I want to know how to automatically tag the customer information with the tag I specified.

Hi @MARKKIM ,

If you are using the Shopify advance package you can use the Shopify Flow APP to do this free and automatically.

Hi @MARKKIM

Shopify Flow can do this on Advanced/Plus plans, but if you’re on a lower plan or want something simpler to manage, rule-based tagging apps can also handle this.

For example, with AutoTag Pro you can:

  • Tag customers when lifetime spend crosses a threshold

  • Automatically move them between tiers (remove old tag, add new one)

  • Apply it to existing customers retroactively

  • Keep tags in sync as spend changes

That’s useful when you have multiple membership levels and don’t want to maintain separate flows.

Have you tried Flow’s out-of-box action, ‘Add customer tags’?

Hi @MARKKIM ,
Use Shopify Flow:

  1. Go to Apps → Shopify Flow
  2. Create a new workflow
  3. Trigger: Order paid
  4. Condition: Customer total spent meets your amount rule
  5. Action: Add customer tag (e.g., Silver, Gold, VIP)

Create one workflow for each membership level.