shopify-admin-refund-rate-analysis

Calculate Shopify refund rates grouped by product, vendor, or period.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you identify which products, vendors, or time periods are generating the most refunds so you can pinpoint potential listing, quality, or expectation mismatches.

Core Features & Use Cases

  • Refund rate analytics: Computes refund rate by grouping refunded orders into product, vendor, or period buckets.
  • Actionable diagnostics: Highlights where refunded units concentrate relative to total units sold.
  • Read-only safety: Performs analysis using read-only Shopify Admin GraphQL operations with no mutations.

Quick Start

Run shopify-admin-refund-rate-analysis for your store with the default 30-day lookback to produce a refund_rate_<date>.csv report grouped by product.

Frequently Asked Questions about shopify-admin-refund-rate-analysis

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

FAQPage Schema
How do I calculate Shopify refund rates by product or vendor?

Shopify refund rate analysis aggregates refunded order line items into product, vendor, or period dimensions, comparing refunded units versus total units sold to highlight expectation or quality mismatches across a configurable lookback window.

What is a refund rate analytics report used for in Shopify?

Shopify refund rate analytics reports pinpoint potential listing, quality, or expectation mismatches by highlighting where refunded units concentrate relative to total units sold, enabling targeted inventory and product diagnostics.

Can I export Shopify refund analytics as a CSV file?

Yes, Shopify refund analytics can be exported as a human-readable CSV or JSON file, paginating and aggregating refunded order data to output overall and per-group refund metrics for reporting.

Do I need read_orders access to analyze Shopify refund rates?

Yes, analyzing Shopify refund rates requires authenticated read_orders access to query and paginate orders using read-only Shopify Admin GraphQL operations, ensuring no mutations are performed on your store.

What are the limitations of calculating refund rates using Shopify orders?

Limitations include needing a configurable lookback window and minimum order thresholds to ensure valid data, and the analysis relies on paginating Shopify orders so very large datasets may require longer processing times to aggregate accurately.