← 返回
未分类 中文

Tariff Calculator Amazon

Universal tariff calculator for Amazon sellers. Calculate import duties, landed costs, and VAT/GST for any trade route. Supports CN→US, CN→EU, US→EU, EU→US,...
亚马逊卖家通用关税计算器。计算任意贸易路线的进口关税、到岸成本及增值税/消费税。支持CN→US、CN→EU、US→EU、EU→US等路线。
phheng phheng 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 415
下载
💾 1
安装
1
版本
#latest

概述

Tariff Calculator — Amazon 💰

Universal tariff and landed cost calculator for international Amazon sellers.

Installation

npx skills add nexscope-ai/eCommerce-Skills --skill tariff-calculator-amazon -g

Features

  • Universal Trade Routes — Any origin to any destination
  • Tariff Rate Lookup — HS code → duty rate
  • Section 301 Tariffs — US additional duties on China imports
  • VAT/GST Calculation — EU, UK, CA, AU, CN rates
  • Landed Cost — Complete cost breakdown
  • HS Code Matcher — Product description → HS code suggestions
  • Trade Agreements — USMCA, EVFTA, RCEP preferential rates

Supported Trade Routes

RouteKey TariffsVAT/GST
-----------------------------
🇨🇳 → 🇺🇸 China → USASection 301 (7.5-25%)N/A
🇨🇳 → 🇪🇺 China → EUStandard duties19-22%
🇨🇳 → 🇬🇧 China → UKStandard duties20%
🇺🇸 → 🇪🇺 USA → EUStandard duties19-22%
🇪🇺 → 🇺🇸 EU → USAStandard dutiesN/A
🇺🇸 → 🇨🇳 USA → ChinaRetaliatory tariffs13% VAT
🇨🇳 → 🇨🇦 China → CanadaStandard duties5% GST
🇨🇳 → 🇦🇺 China → AustraliaStandard duties10% GST
CustomUser-definedUser-defined

Section 301 Tariffs (China → USA)

HS ChapterProductsAdditional Rate
---------------------------------------
84xxComputers, machinery25%
85xxElectronics (some)0-25%
94xxFurniture, lighting25%
95xxToys25%
61/62Apparel7.5%
64xxFootwear7.5%
42xxBags, accessories7.5%

Landed Cost Formula

Landed Cost = 
    FOB Value
  + International Freight
  + Insurance
  + Import Duty
  + VAT/GST (if applicable)
  + Customs Clearance
  + Port Fees
  + Inland Freight

Usage

Basic Calculation

python3 scripts/calculator.py

With Parameters

python3 scripts/calculator.py '{
  "hs_code": "8518300000",
  "origin_country": "CN",
  "destination_country": "US",
  "fob_value": 5000.00,
  "quantity": 500,
  "freight_cost": 200.00
}'

HS Code Lookup

python3 scripts/hs_lookup.py "wireless earbuds"
python3 scripts/hs_lookup.py "bluetooth speaker"

Custom Trade Route

python3 scripts/calculator.py '{
  "hs_code": "9503009000",
  "origin_country": "VN",
  "destination_country": "DE",
  "fob_value": 10000.00,
  "quantity": 1000,
  "freight_cost": 500.00,
  "custom_duty_rate": 0.047,
  "custom_vat_rate": 0.19
}'

Output Example

💰 Tariff & Landed Cost Report

Product: Wireless Bluetooth Earbuds
HS Code: 8518300000
Route: China 🇨🇳 → USA 🇺🇸

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

📦 Cost Breakdown

FOB Value               $  5,000.00
International Freight   $    200.00
Insurance               $     15.00
CIF Value               $  5,215.00

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🏛️ Duties & Taxes

Base Duty (0.0%)        $      0.00
Section 301 (0.0%)      $      0.00
Total Duty              $      0.00
Customs Clearance       $    150.00
Port Fees               $     50.00

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

💵 Landed Cost Summary

Total Landed Cost       $  5,515.00
Per Unit Cost           $     11.03

Trade Agreement Support

AgreementCountriesBenefit
-------------------------------
USMCAUS, Mexico, CanadaReduced/zero duties
EVFTAEU, VietnamReduced duties
RCEPAsia-PacificReduced duties
UK-JapanUK, JapanReduced duties

Custom Configuration

Create a custom config for your routes:

{
  "default_origin": "CN",
  "default_destination": "US",
  "include_insurance": true,
  "insurance_rate": 0.003,
  "customs_fee": 150,
  "port_fee": 50
}

Part of Nexscope AI — AI tools for e-commerce sellers.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-31 05:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 26,051
data-analysis

Amazon Competitor Analyzer

phheng
利用 browseract.com 自动化 API 根据 ASIN 抓取亚马逊产品数据,并进行精准竞品分析,对比规格、价格、评论等信息。
★ 8 📥 5,633
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,315