shopify-admin-stock-velocity-report

Calculate days of supply and sell-through rate for Shopify SKUs and locations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of guessing replenishment needs by turning current inventory and recent sales into reliable days-of-supply and sell-through metrics per SKU and location.

Core Features & Use Cases

  • Days of Supply (DoS) calculation: computes how many days inventory will last at the observed sales velocity, flagging SKUs that will run out soon.
  • Sell-through rate reporting: measures how much of received stock was sold during a configurable time window to identify overstock vs. under-demand.
  • Replenishment planning focus (read-only): generates a CSV with actionable fields like daily velocity, days of supply, and alert status without performing any mutations.
  • Use Case: If a marketing campaign is expected to change demand, run the report with a recent days_back window to prioritize reorder for SKUs with DoS below your threshold.

Quick Start

Ask for the last 30 days stock velocity report for your store domain, returning results in human-readable form and highlighting SKUs below 14 days of supply.

Frequently Asked Questions about shopify-admin-stock-velocity-report

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

FAQPage Schema
How do I calculate days of supply for Shopify SKUs to plan replenishment?

Calculate days of supply for Shopify SKUs by analyzing current inventory against recent order line items. This process computes how many days inventory will last at observed sales velocity, flagging SKUs that will run out soon to support replenishment planning.

What is sell-through rate reporting and when do I need it for inventory velocity?

Sell-through rate reporting measures how much of received stock was sold during a configurable time window to identify overstock versus under-demand. You need it when monitoring inventory risk or detecting dead-stock and low-velocity product variants across your store locations.

Can I generate a replenishment triage report using Shopify GraphQL data?

Yes, you can generate a replenishment triage report using Shopify GraphQL data with read-only access to product variants, order line items, and inventory items. The report outputs CSV or JSON files containing daily velocity, days of supply, and alert status without performing mutations.

Does this inventory velocity report require write access to my Shopify store?

No, this inventory velocity report requires only authenticated read-only access to product variants, order line items, and inventory items. It fits replenishment triage and dead-stock detection by producing CSV output with actionable fields without performing any mutations.

How do I detect dead-stock and low-velocity product variants in Shopify?

Detect dead-stock and low-velocity product variants in Shopify by running a stock velocity report with a configurable sales window. The report fits dead-stock detection by deriving days of supply and sell-through metrics from queried order data across locations.

What is the best way to prioritize reorders when demand changes from marketing campaigns?

The best way to prioritize reorders after demand changes is running a stock velocity report with a recent days_back window. This highlights SKUs with days of supply below your threshold, allowing you to identify which product variants require immediate replenishment.