amazon-fba-calculator
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAmazon FBA Calculator (Lite)
Amazon FBA计算器(精简版)
Precise FBA fee calculation based on product dimensions and weight.
基于产品尺寸与重量精准计算FBA费用。
Features
功能特性
- Size Tier Detection - Automatic classification
- FBA Fulfillment Fee - 2024 rates
- Monthly Storage Fee - Standard & Peak season
- Long-term Storage Fee - 271+ days aging
- Referral Fee - By category
- Profit Analysis - Gross/Net margin, ROI
- Optimization Tips - Size, weight, inventory
- 尺寸层级检测 - 自动分类
- FBA配送费 - 2024年费率
- 月度仓储费 - 常规及旺季
- 长期仓储费 - 存放时长271天及以上
- 推荐费 - 按品类划分
- 利润分析 - 毛/净利润率、投资回报率(ROI)
- 优化建议 - 尺寸、重量、库存
Size Tiers (2024)
尺寸层级(2024年)
| 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" |
| 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" |
Input
输入参数
json
{
"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"
}json
{
"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"
}Output
输出结果
- Size tier classification
- Fee breakdown table
- Profit metrics (margin, ROI)
- Optimization suggestions
- 尺寸层级分类
- 费用明细表格
- 利润指标(利润率、ROI)
- 优化建议
Usage
使用方法
bash
python3 scripts/calculator.py
python3 scripts/calculator.py '{"length": 10, "width": 6, ...}' --zhVersion 1.0.0 | Platform: Amazon | Variant: Lite
Part of Nexscope AI — AI tools for e-commerce sellers.
bash
python3 scripts/calculator.py
python3 scripts/calculator.py '{"length": 10, "width": 6, ...}' --zh版本1.0.0 | 平台:Amazon | 版本类型:精简版
Nexscope AI旗下产品——面向电商卖家的AI工具。