stock-velocity-report

Installation
SKILL.md

Purpose

Calculates two critical replenishment metrics for every stocked SKU:

  • Days of Supply (DoS): how many days of stock remain at current sales velocity
  • Sell-Through Rate: percentage of stock sold vs. total received in the period

Read-only — no mutations.

Prerequisites

  • Authenticated Shopify CLI session: shopify store auth --store <domain> --scopes read_products,read_orders,read_inventory
  • API scopes: read_products, read_orders, read_inventory

Parameters

Parameter Type Required Default Description
store string yes Store domain (e.g., mystore.myshopify.com)
days_back integer no 30 Sales window for velocity calculation
dos_alert_threshold integer no 14 Flag SKUs with fewer than this many days of supply
vendor_filter string no Optional vendor to scope report
Related skills
Installs
1
GitHub Stars
139
First Seen
Apr 12, 2026