shopify-admin-customer-spend-tier-tagger

Calculate lifetime spend and assign tier tags to Shopify customers.

174|18|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-customer-spend-tier-tagger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify-admin-customer-spend-tier-tagger
Source: https://github.com/40RTY-ai/shopify-admin-skills/tree/main/skills/customer-ops/shopify-admin-customer-spend-tier-tagger
Command: npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-customer-spend-tier-tagger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually segmenting customers by lifetime spend becomes unreliable and time-consuming as orders accumulate, making loyalty and VIP targeting harder to keep accurate.

Core Features & Use Cases

  • Lifetime spend tier calculation: Computes each customer’s spend from store order history and maps it to Bronze/Silver/Gold/Platinum thresholds.
  • Automated customer tagging: Applies tier tags to customer records to power Shopify segments for loyalty programs, exclusive offers, and CX prioritization.
  • Safe re-tagging and previews: Optionally removes old tier tags that match your prefix and supports dry-run mode to review results before mutations.

Use Case: You want to run loyalty campaigns that target Platinum customers only, and you need to keep those tiers current every month without relying on a third-party loyalty app.

Quick Start

Ask the AI agent to tag all customers in mystore.myshopify.com using the default Bronze/Silver/Gold/Platinum thresholds in dry-run mode first.

Frequently Asked Questions about shopify-admin-customer-spend-tier-tagger

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I tag Shopify customers by lifetime spend tier for VIP segmentation?

Shopify customer lifetime spend tier tagging calculates total order history per customer and maps spend to Bronze, Silver, Gold, or Platinum thresholds. It then applies tier tags to customer records to enable VIP segmentation for loyalty programs and exclusive offers.

Can I preview customer spend tier tags before applying them to Shopify records?

Yes, you can preview spend tier tags before applying them by using dry-run mode. This safety control calculates lifetime spend and shows the proposed tier tags without executing any tagsAdd mutations on your Shopify customer records.

Do I need a third-party loyalty app to segment Shopify customers by lifetime value?

No, you do not need a third-party loyalty app to segment customers by lifetime value. You can compute lifetime spend directly from Shopify order history and assign spend-tier tags to native customer records to power Shopify segments.

How do I update Shopify customer tier tags without duplicating old loyalty segments?

You can update Shopify customer tier tags without duplicating old segments by configuring the tagger to optionally remove prior tier tags that match your specific prefix before applying new ones. This ensures clean re-tagging during monthly loyalty updates.

What GraphQL permissions are required to calculate customer spend and apply tier tags?

Calculating customer spend and applying tier tags requires authenticated GraphQL access to read Shopify customers and orders. You also need permission to perform tagsAdd mutations to write the spend-tier tags back to the customer records.