shopify-admin-customer-win-back

Identify lapsed Shopify customers and apply win-back tags via GraphQL.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of finding customers who haven’t purchased again within a specific number of days so you can target them for re-engagement instead of letting them go cold.

Core Features & Use Cases

  • Lapsed-customer segmentation: Identifies customers with at least a minimum lifetime order count whose last order date is older than a configurable inactive window.
  • Shopify-native re-engagement tagging: Applies a configurable tag to eligible customers so downstream email campaigns or automations can trigger.
  • Controlled export for campaign operations: Produces a CSV (including customer identity and last order date) to review and coordinate marketing outreach; supports dry-run preview to validate scale.

Quick Start

Run shopify-admin-customer-win-back to identify customers inactive for 90 days and generate a winback report while tagging eligible customers in Shopify.

Frequently Asked Questions about shopify-admin-customer-win-back

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

FAQPage Schema
Can I tag inactive Shopify customers automatically using GraphQL?

Yes, you can automatically tag inactive Shopify customers using GraphQL. The Skill utilizes authenticated Shopify Admin API access to apply configurable tags and handle pagination for bulk customer updates.

Does this Shopify customer segmentation tool support dry-run mode?

Yes, this Shopify customer segmentation tool supports dry-run mode. You can validate the scale of inactive customers and preview the output before applying tags or triggering re-engagement campaigns.

What Shopify Admin permissions are needed to export lapsed customers?

Exporting lapsed customers requires authenticated Shopify Admin access with customer read and tag write GraphQL permissions. These allow the tool to query inactive user profiles, process pagination, and apply win-back tags securely.

What is the best way to automate re-engagement tagging for dormant Shopify buyers?

The best way to automate re-engagement tagging for dormant Shopify buyers is to set an inactive day threshold and a maximum customer limit. The Skill processes eligible profiles via GraphQL, applying tags to trigger downstream email campaigns.

Are there limitations when processing large volumes of Shopify customer segments?

A known limitation is the configurable max_customers limit. Processing large Shopify customer segments requires proper GraphQL pagination handling to avoid exceeding API constraints during bulk customer export and tagging operations.