shopify-admin-top-product-performance

Rank Shopify products by revenue, units sold, and refund rate.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you identify which Shopify products perform best and which ones carry elevated refund rates, so you can optimize marketing, merchandising, and quality decisions based on actual revenue and returns data.

Core Features & Use Cases

  • Ranks products by performance over a date range: aggregates order line items and computes gross revenue, net revenue (after refunds), units sold, and refund rate.
  • Highlights refund risk: supports sorting by revenue, units, or refund rate to surface products that may need investigation even if they sell well.
  • Read-only reporting: pulls data via GraphQL orders queries and refund line items without performing mutations.

Quick Start

Ask to rank your products for January 2025 by refund rate and show the top 20 results in human-readable form.

Frequently Asked Questions about shopify-admin-top-product-performance

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

FAQPage Schema
How do I rank Shopify products by revenue and refund rate for a specific date range?

To rank Shopify products by revenue and refund rate, you aggregate order line items and refund line items via GraphQL orders queries over a specified created_at date range. This computes gross revenue, net revenue, units sold, and refund rate for merchandising reviews.

Can I identify high refund risk products in Shopify Admin using order data?

Yes, you can identify high refund risk products by sorting aggregated Shopify order line items by refund rate. This surfaces products needing quality investigation, even if they sell well, by comparing refund line items against total units sold.

What's the best way to analyze Shopify product performance over past periods without mutations?

The best way to analyze past Shopify product performance is using read-only GraphQL orders queries. This paginates results within a created_at range to compute net revenue and refund metrics safely without performing any store mutations.

Does this Shopify product ranking tool support outputting structured JSON metrics?

Yes, the Shopify product ranking tool supports structured JSON output with computed metrics. Alternatively, it can return a human-readable table truncated to your specified top_n results for quick performance reporting and marketing prioritization.

How do I calculate net revenue after refunds for top selling Shopify products?

You calculate net revenue after refunds by aggregating Shopify order line items and subtracting refund line items. This yields accurate performance metrics for ranking top products by actual revenue retained within your selected date range.