Get Inventory Aging Metrics
GET/api/inventory-aging/metrics
Summary metrics for the aging report: total inventory value at cost, value-weighted average age, product counts (total, slow-moving 180+, dead stock 365+), value at risk (181+ days), and per-bracket value/quantity/percentage breakdowns.
inventory:readGrant this scope to your token under Settings → Developer → Personal Access Tokens.
Honors every filter the report honors (warehouse, brand, supplier, search, quantity, age bracket, listings, sales, channels, margin), so these figures always describe the same population as the filtered report. action_scope is deliberately ignored — accepted/resolved stock stays counted.
Request
Responses
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.