Complete FBA fee breakdown and profit analysis. Calculate referral fees, fulfillment fees, storage costs, and net margins.
Send this command to your AI agent:
npx skills add https://github.com/nexscope-ai/Amazon-Skills/tree/main/amazon-fba-calculator --skill amazon-fba-calculator---
name: amazon-fba-calculator
version: 1.0.0
description: Amazon FBA Calculator - Complete fee breakdown and profit analysis
platform: amazon
lang: en
---
Precise FBA fee calculation based on product dimensions and weight.
| Tier | Max Weight | Max Dimensions |
|------|------------|----------------|
| Small Standard | 1 lb | 15"Γ12"Γ0.75" |
| Large Standard | 20 lb | 18"Γ14"Γ8" |
| Small Oversize | 70 lb | 60"Γ30" |
| Medium Oversize | 150 lb | L+Girth β€108" |
| Large Oversize | 150 lb | L+Girth β€165" |
| Special Oversize | >150 lb | >165" |
{
"length": 10.0,
"width": 6.0,
"height": 3.0,
"weight": 1.2,
"selling_price": 29.99,
"product_cost": 8.00,
"inbound_shipping_cost": 1.50,
"category": "kitchen"
}
python3 scripts/calculator.py
python3 scripts/calculator.py '{"length": 10, "width": 6, ...}' --zh
---
_Version 1.0.0 | Platform: Amazon | Variant: Lite_
---
Part of Nexscope AI β AI tools for e-commerce sellers.