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: - API scopes: , , 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 calculati…