keepa_sales_velocity
Analyze sales velocity and inventory turnover to find fast-selling products and avoid slow-moving inventory.
Instructions
Analyze sales velocity and inventory turnover - find products that sell quickly and avoid slow movers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | No | Single ASIN to analyze | |
| page | No | Page number for pagination | |
| asins | No | Array of ASINs to analyze (max 50) | |
| domain | No | Amazon domain (1=US, 2=UK, 3=DE, etc.) | |
| sortBy | No | Sort results by metric | velocity |
| perPage | No | Results per page (max 50) | |
| maxPrice | No | Maximum price in cents | |
| minPrice | No | Minimum price in cents | |
| minRating | No | Minimum product rating | |
| sortOrder | No | Sort order | desc |
| timeframe | No | Time period for velocity calculation | month |
| categoryId | No | Amazon category ID to filter by | |
| maxVelocity | No | Maximum daily sales velocity (units/day) | |
| minVelocity | No | Minimum daily sales velocity (units/day) |