shopify-admin-dead-stock-identifier

Identify Shopify product variants with positive inventory and zero sales.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It identifies Shopify SKUs that still have inventory on hand but have had zero sales within a configurable time window, helping you surface dead stock that ties up cash and warehouse space.

Core Features & Use Cases

  • Dead stock detection (read-only): Cross-references variant inventory quantities against orders’ line item activity in the lookback period to flag items with positive stock and no sales.
  • Configurable scope and output: Filters by vendor, sets minimum on-hand quantity, and supports human or JSON output while producing a dated CSV report for follow-up actions.
  • Capital prioritization: Calculates estimated dead stock value using inventory item unit cost to help prioritize clearance or merchandising decisions.

Quick Start

Run shopify-admin-dead-stock-identifier for store mystore.myshopify.com with days_back set to 90 and format set to human to generate a dead stock report and CSV of stocked SKUs with zero sales in the last 90 days.

Frequently Asked Questions about shopify-admin-dead-stock-identifier

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

FAQPage Schema
How do I find dead stock in Shopify using sales velocity and inventory levels?

Dead stock identification cross-references Shopify variant inventory quantities against order line item activity within a configurable lookback window to flag items with positive stock and zero sales. This process requires authenticated read access to products, orders, and inventory via GraphQL queries.

Can I filter Shopify inventory analysis by vendor and minimum quantity?

Shopify inventory analysis supports optional vendor filtering and minimum on-hand quantity parameters to narrow dead stock detection scope. These configurable filters help target specific merchandising audits or vendor-specific inventory reviews during reconciliation.

Does Shopify dead stock detection require write access to modify product inventory?

Shopify dead stock detection enforces strict read-only safety and requires only authenticated read access for products, orders, and inventory. It performs GraphQL queries across productVariants, orders, and inventoryItems without modifying any store data.

How do I calculate dead stock value for Shopify clearance prioritization?

Dead stock value calculation uses inventory item unit cost data from Shopify to estimate the capital tied up in unsold SKUs. This estimated valuation helps prioritize clearance or merchandising decisions for flagged variants with positive stock and no sales.

What is the best way to report Shopify SKUs with zero sales for store health checks?

The best way to report Shopify SKUs with zero sales is generating a dated CSV report from a dead stock analysis. Configuring a lookback window like 90 days produces a formatted list of stocked variants with no recorded order activity for follow-up actions.

Why does my Shopify dead stock report show variants with inventory but no order velocity?

Shopify dead stock reports flag variants with positive inventory but no recorded sales within the configured lookback window because order velocity is reconciled against current stock levels. Items appearing on the report have on-hand quantities exceeding zero with matching line item activity returning zero.