← 返回
数据分析 中文

Amazon FBA Margin Calculator

Calculates Amazon UAE FBA fees, net margin, and DG risk for CJ Dropshipping products, ranking by margin % and generating detailed markdown and JSON reports.
计算 Amazon UAE FBA 费用、净利润和 DG 风险,对 CJ 速卖代发产品按利润率排名,生成详细 Markdown 与 JSON 报告。
zero2ai-hub
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 580
下载
💾 54
安装
1
版本
#latest

概述

skill-fba-margin-calculator

Version: 1.0.0 | Owner: GitHub Ops | Created: 2026-03-09

What It Does

Calculates Amazon UAE FBA fees, net margin, and DG risk for CJ Dropshipping product candidates. Ranks results by margin % and outputs a markdown report + JSON.

Extracted from the Tech1Mart FBA pilot selection workflow that ran 2026-03-08 and 2026-03-09.

When to Use

  • After running skill-dropshipping-sourcing (CJ product lookup)
  • Before ordering samples — confirm margin viability
  • When comparing multiple SKUs for Amazon UAE FBA launch

Prerequisites

  • Node.js (no npm installs required — stdlib only)
  • CJ product data: SKU, price (USD), weight (grams), target AED price

Usage

Single product

node skills/skill-fba-margin-calculator/calc.js \
  --sku CJLE2170569 \
  --name "Ring Light Phone Stand" \
  --price 12.96 \
  --weight 400 \
  --target 129 \
  --shipping 4

Batch (JSON file)

node skills/skill-fba-margin-calculator/calc.js \
  --input products.json \
  --output output/fba-report

Stdin pipe

cat products.json | node skills/skill-fba-margin-calculator/calc.js

With DG flag

node skills/skill-fba-margin-calculator/calc.js \
  --sku CJYS1240831 --price 12.72 --weight 150 --target 99 --dg

Input JSON Format

[
  {
    "sku": "CJLE2170569",
    "name": "Ring Light + Phone Stand",
    "cj_price_usd": 12.96,
    "weight_g": 400,
    "target_aed": 129,
    "shipping_usd": 4,
    "dg_risk": false,
    "referral_pct": 8
  }
]

Optional fields: shipping_usd (default 3.5), dg_risk (default false), referral_pct (default 8%).

Output

  • Ranked markdown table by margin %
  • Detail breakdown per SKU (landed cost, FBA fee tier, referral fee, net margin)
  • Verdicts: ✅ FBA-safe / 🟡 Marginal / ❌ Too thin / ⚠️ DG Risk (WooCommerce-only)
  • --output flag: writes .md + .json files

FBA Fee Tiers (Amazon UAE, Q1 2026 estimates)

Size ClassMax WeightEst. Fee
---------------------------------
Small Standard150g10 AED
Standard S350g13.5 AED
Standard M700g16.5 AED
Standard L1kg20 AED
Large Standard2kg26 AED
Oversize2kg+38 AED

Plus: 8% referral fee (electronics) + ~0.75 AED/unit storage.

Flags

FlagDescription
-------------------
--input FILEJSON file with product array
--output BASEWrite BASE.md + BASE.json
--exchange RATEUSD→AED rate (default 3.67)
--skuSingle SKU mode (with --price, --weight, --target)
--price USDCJ price in USD
--weight GRAMSProduct weight in grams
--target AEDTarget sell price in AED
--shipping USDCJ shipping cost in USD (default 3.5)
--referral PCTReferral fee % (default 8)
--dgFlag product as Dangerous Goods (recommends WooCommerce-only)

Notes

  • FBA fees are estimates — verify final numbers via Amazon Seller Central FBA Revenue Calculator before ordering samples
  • Exchange rate defaults to 3.67 (AED/USD peg) — adjust if needed
  • DG risk applies to: Li-ion batteries, aerosols, liquids. Always check before sending to FBA.
  • Minimum viable margin: >25% AND >30 AED net for FBA to be worthwhile

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 19:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 366 📥 139,918
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,827
productivity

Trading Journal

zero2ai-hub
记录每笔交易的完整背景(逻辑、入场、出场、盈亏、情绪、教训),生成周度与月度业绩报告,并分析盈亏模式...
★ 2 📥 2,934