asin_profit_calc
Estimate whether an ASIN can hit a target profit margin given current buybox price, estimated FBA fees, and Amazon referral fee. Use when the user asks 'can I make money on this ASIN', 'profit calculator', 'margin estimate for B08N5WRWNW', 'is this ASIN profitable to sell', or any margin/profit question. Also returns product brand, title, price (or price range) and fulfillment (FBA/FBM/AMZ + amz/fba pct) for the ASIN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | Yes | ASIN to analyze (e.g. B08N5WRWNW). | |
| cogs | No | Your cost of goods in USD. If omitted, the tool estimates breakeven COGS. | |
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default), 4 = Amazon CA, 5 = Amazon AU, 6 = Amazon DE, 7 = Amazon JP, 8 = Amazon IT, 9 = Amazon FR, 10 = Amazon ES, 11 = Amazon MX, 12 = Amazon BR | |
| target_margin_pct | No | Target profit margin percentage (default 20). |