shopify-admin-chargeback-watchlist-tagger

Tag Shopify customer records for disputed or chargeback orders.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reduces repeat chargeback losses by identifying customers with disputed or charged-back orders and flagging them for proactive operational review on future purchases.

Core Features & Use Cases

  • Chargeback-dispute scanning: Queries historical orders within a configurable time window and detects orders with disputes.
  • Loss/win-aware filtering: Skips “WON” disputes by default to avoid false positives, while still allowing won inclusion when explicitly enabled.
  • Customer record tagging: Adds a configurable customer tag (default chargeback-history) to enable downstream routing, filtering, or holds for manual review.

Quick Start

Run the shopify-admin-chargeback-watchlist-tagger skill in dry-run mode to generate the chargeback_watchlist_<date>.csv report and review the flagged customers before applying tags.

Frequently Asked Questions about shopify-admin-chargeback-watchlist-tagger

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

FAQPage Schema
How do I tag customers with chargeback history in Shopify for fraud monitoring?

To tag chargeback-prone customers, the skill queries historical Shopify orders via GraphQL to detect disputes and applies a configurable customer tag for proactive review. It skips won disputes by default to prevent false positives.

Can I exclude won chargeback disputes when flagging customers in Shopify Admin?

Yes, the chargeback watchlist tagger skips WON disputes by default to avoid false positives during customer tagging. You can explicitly override this setting to include won disputes when configuring the historical scan.

What is the best way to automate customer tagging for repeat chargeback risk?

Automating chargeback risk monitoring involves scheduling a workflow that scans Shopify orders for disputes over a configurable time window and applies a watchlist tag. This enables downstream routing and manual review holds for future orders.

Does the chargeback watchlist tagger support a dry-run mode before applying customer tags?

Yes, the chargeback watchlist tagger supports a dry-run mode that generates a chargeback_watchlist_date.csv report. This allows you to safely review flagged customers before applying updates via the customerUpdate mutation.

How do I scan historical Shopify orders for chargebacks using GraphQL?

Scanning historical Shopify orders for chargebacks uses GraphQL orders queries to retrieve dispute and customer data within a configurable historical window. The data is then filtered to identify customers associated with charged-back orders.