calculate_revenue
Estimate monthly and annual revenue for an Amazon India listing using units sold, best-seller rank, or 'bought in past month' badge. Add product cost to also get a profit range.
Instructions
Estimate monthly and annual revenue for an Amazon India listing from units sold, a best-seller rank, or Amazon's 'X bought in past month' badge. Supply product_cost to also get monthly and annual profit. Returns a range plus the method used, never a single false-precision number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bsr | No | ||
| price | Yes | ||
| category | No | Home & Kitchen | |
| product_cost | No | ||
| weight_grams | No | ||
| units_per_month | No | ||
| bought_past_month | No | ||
| fulfillment_method | No | FBA |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||