DOCS

进口关税

了解进口关税及其计算方式。

进口关税是海关当局在进口商品到达该国时征收的费用。关税金额是根据商品的价值和分类计算的,并根据进口国的法规、贸易协议和关税最小值而变化。

计算关税 

Zonos Landed Cost 每天处理数十万个成本报价。关税率是计算总着陆成本时最复杂的组件之一。通常,对低价值进口物品要么收取简化关税,要么根本不收取关税。

我们解码跨境费用以在电商中创建透明度。透明度很重要,以确保出口商可以信任计算以精确确定关税和税款,并以最少的成本和努力来做到这一点,评估协调目录需要多少时间和精力,并为客户提供积极的购物体验。

进口关税计算

Zonos 计算关税时可以使用或不使用协调制度 (HS) 编码;但是,使用 HS 编码可以提高准确性,并且完整的着陆成本计算需要它。Zonos 的计算考虑了关税特殊折扣(低汇率)、小型货物的简化流程(简化汇率)以及允许低价值货物跳过关税和税款的规则(最小值)。如着陆成本对象所示,每个商品提供关税率及其描述。

1{
2 "id": "ldct_1Ce6vt2eZvKYlo2CrgzPqxaz",
3 "amount_subtotal": {
4 "duties": 9.85,
5 "fees": 21,
6 "taxes": 29.11
7 },
8 "duties": [
9 {
10 "amount": 7.5,
11 "description": "Duty",
12 "formula": "10%",
13 "item_id": "294395",
14 "note": null,
15 "type": "item"
16 },
17 {
18 "amount": 2.35,
19 "description": "Duty",
20 "formula": "10%",
21 "item_id": null,
22 "note": null,
23 "type": "shipping"
24 }
25 ]
26}

关税最小值 

当单个货物中商品的合计价值低于关税最小值(豁免进口从关税和/或税费的价值门槛)时,该商品将无需征收关税;但是,如果税收门槛低于关税门槛,仍可能征收进口税。相反的情况是不可能的,因为国家总是将关税门槛设置得高于税收门槛。

关税最小值资格在着陆成本对象中返回。当金额低于最小值 ("threshold": "below") 时,不会对进口商品征收关税。

1{
2 "id": "ldct_1Ce6vt2eZvKYlo2CrgzPqxaz",
3 "amount_subtotal": {
4 "duties": 0,
5 "fees": 21,
6 "taxes": 29.11
7 },
8 "de_minimis": [
9 {
10 "formula": "Less than 150 EUR",
11 "method": "cif",
12 "note": null,
13 "threshold": "below",
14 "type": "duty"
15 }
16 ]
17}

当请求低于CheckoutQuoterHello中的关税门槛时,应用程序将通知购物者。

1{
2 "de_minimis": [
3 {
4 "formula": "Less than 150 EUR",
5 "method": "cif",
6 "note": null,
7 "threshold": "below",
8 "type": "duty"
9 },
10 {
11 "formula": "Less than 22 EUR",
12 "method": "cifd",
13 "note": null,
14 "threshold": "above",
15 "type": "tax"
16 }
17 ]
18}

method 演示了用于关税计算的公式。

计算方法

方法关税应用于
CIF成本 + 保险 + 运费:用于计算进口税或关税的方法,其中税款是根据订单成本加上运费和保险成本计算的。
FOB船上交货:用于计算进口税或关税的方法,其中费用仅根据销售商品的成本计算。FOB 不是根据运费、关税、保险等计算的。
其他按单位或重量计算。

HS 编码 

无论是否提供协调制度 (HS) 编码,Zonos 都将计算关税,包括优惠费率、简化费率和最小值的影响。如果不在请求中传递 HS 编码,则在帐户创建期间设置的默认 HS 编码将用于计算。关税率按每个商品返回,并在着陆成本对象中显示关税率描述。

着陆成本计算中的所有关税都来自 HS 编码。如果 HS 编码是针对错误的国家/地区(例如,为爱尔兰的着陆成本报价请求提供加拿大的 8 位 HS 编码),该编码将被修剪为通用的 6 位数以进行计算。响应将包含一个说明编码由于不匹配而被修剪的说明。

着陆成本对象将包含 HS 编码计算的来源:hs_code_source。有五个可能的 HS 编码来源可以在响应中返回。zonos_catalog 来源将优先于任何其他来源,并将用于与该商品的适当关税匹配。

HS 编码来源描述
zonos_catalog 优先该商品已在 Zonos 目录中输入,具有 HS 编码。
api_requestHS 编码是在 API 请求中发送的。
platformHS 编码是从电商平台传递的。
zonos_classified商品由 Zonos Classify 产品分类。
account_default应用的 HS 编码是在仪表板帐户中设置的默认 HS 编码。
1{
2 "id": "ldct_1Ce6vt2eZvKYlo2CrgzPqxaz",
3 "customs": {
4 "amount_shipping": 25,
5 "delivery_duty_paid": "available",
6 "items": [
7 {
8 "id": "294395",
9 "amount": 75,
10 "country_of_origin": "FR",
11 "country_of_origin_source": "api_request",
12 "description_customs": "Footwear with outer soles of leather or composition leather",
13 "description_retail": "Hoka One Running Shoe - Women's",
14 "detail": null,
15 "dimensions": {
16 "height": 4,
17 "length": 6,
18 "unit": "inch",
19 "width": 11
20 },
21 "hs_code": "6404.20",
22 "hs_code_source": "account_default",
23 "image_url": "https://zonos.com/images/handbag.webp",
24 "note": null,
25 "quantity": 1,
26 "upc_code": null,
27 "weight": 10,
28 "weight_unit": "pound"
29 },
30 {
31 "id": "294396",
32 "amount": 100,
33 "country_of_origin": "FR",
34 "country_of_origin_source": "platform",
35 "description_customs": "Footwear with outer soles of leather or composition leather - For Women",
36 "description_retail": "Hoka One Running Shoe - Men's",
37 "detail": null,
38 "dimensions": {
39 "height": 4,
40 "length": 6,
41 "unit": "inch",
42 "width": 11
43 },
44 "hs_code": "6404.20.20",
45 "hs_code_source": "platform",
46 "image_url": "https://zonos.com/images/handbag.webp",
47 "note": null,
48 "quantity": 1,
49 "upc_code": null,
50 "weight": 10,
51 "weight_unit": "pound"
52 },
53 {
54 "id": "294397",
55 "amount": 125,
56 "country_of_origin": "FR",
57 "country_of_origin_source": "platform",
58 "description_customs": "Other footwear - With uppers of leather or composition leather",
59 "description_retail": "Hoka One Running Shoe - Children's",
60 "detail": null,
61 "dimensions": {
62 "height": 4,
63 "length": 6,
64 "unit": "inch",
65 "width": 11
66 },
67 "hs_code": "6405.10",
68 "hs_code_source": "api_request",
69 "image_url": "https://zonos.com/images/handbag.webp",
70 "note": "hs_code_not_found Hs code trimmed to six digits due to a mismatch",
71 "quantity": 1,
72 "upc_code": null,
73 "weight": 10,
74 "weight_unit": "pound"
75 }
76 ],
77 "ship_to_country": "FR"
78 }
79}

原产地 

原产地可能会因贸易协议、法律等影响进口商品征收的关税金额。

原产地可以在着陆成本请求 API 中的 "items" 数组中设置,并需要两位数的 ISO 代码。请查看我们指南中的ISO 代码参考表,以获取完整的 2 位数 ISO 代码列表。

1{
2 "items": [
3 {
4 "id": "294395",
5 "amount": 75,
6 "country_of_origin": "FR",
7 "description_customs": "Telephones for cellular networks or for other wireless networks:",
8 "description_retail": "Smartphone XL - 128 GB - Black",
9 "hs_code": "8517.12",
10 "quantity": 1
11 }
12 ],
13 "shipping": {
14 "amount": 25,
15 "landed_cost": "delivery_duty_paid"
16 }
17}

目录管理 

如果您愿意,可以在 Zonos Catalog 中管理原产地和 HS 编码。目录中的产品条目在确定原产地时将优先考虑。

例如,如果产品 ID:294395 已添加到您的目录中,原产地为 CA,但请求中发送的原产地为 FR,则 CA 原产地将优先考虑,并用于确定该商品的任何可能关税率。

我们将使用合格的原产地计算优惠关税率。默认情况下,不启用其他贸易协议,因为许多较小的出口商没有适当的文件和流程来获得所有贸易协议的合格优惠费率。根据需要,可以将其他贸易协议应用于您的着陆成本计算。要启用额外的贸易协议优惠,请联系我们寻求帮助。

关税选择 

小型、中型甚至大型公司不会经常协调其产品。如果他们确实协调,产品通常仅协调到第六位数字。此外,这些项目可能没有原产地。大多数关税和税收计算器无法在没有 8 位数代码和原产地的情况下计算关税和税收。着陆成本即使在数据不完整的情况下也可以计算关税。

当只有 6 位数 HS 编码可用时,计算时应用的关税金额使用安全网络,通过从国家级 HS 编码子集中选择最大应税 HS 编码的费率。这可以通过在着陆成本请求中发送 maximummedianminimumzonos_preferred 来控制。选择中值关税允许更清晰的特定关税率计算,而不是尝试计算平均值。中值关税是有序列表中的中间关税计算。以下是在费率请求中发送 median 代码的示例。

1{
2 "tariff_rate": "median"
3}

选择从价关税

从价费率就是一个百分比。如果提供 6 位数代码 6109.90,则可用的国家级从价关税示例如下:

6109.90描述关税费率(从价)
6109.90.10T 恤 - 由人造纤维制成32% 最高
6109.90.15T 恤 - 羊毛制,长袖5.6%
6109.90.40T 恤 - 含有 70% 或更多的丝绸2.6% 最低
6109.90.80T 恤 - 其他16% 中位数


在此示例中,默认情况下,将使用最高关税 6109.90.10,因为它具有最高关税率 (32%)。着陆成本对象将在 items.hs_code 中返回 6 位数 HS 编码,关税百分比将显示在 duties.formula 中。

1{
2 "id": "ldct_1Ce6vt2eZvKYlo2CrgzPqxaz",
3 "customs": {
4 "amount_shipping": 20,
5 "delivery_duty_paid": "available",
6 "items": [
7 {
8 "id": "294395",
9 "amount": 75,
10 "country_of_origin": "FR",
11 "country_of_origin_source": "platform",
12 "description_customs": "T-shirt - Of man-made fibers",
13 "description_retail": "Stranger Things Women's T-shirt - Red",
14 "detail": null,
15 "dimensions": {
16 "height": 1,
17 "length": 1,
18 "unit": "inch",
19 "width": 1
20 },
21 "hs_code": "6109.90",
22 "hs_code_source": "Account default HS code",
23 "image_url": "https://zonos.com/images/handbag.webp",
24 "note": null,
25 "quantity": 1,
26 "upc_code": null,
27 "weight": 1,
28 "weight_unit": "pound"
29 }
30 ]
31 },
32 "duties": [
33 {
34 "amount": 24,
35 "description": "Duty",
36 "formula": "32%",
37 "item_id": "294395",
38 "note": null,
39 "type": "item"
40 }
41 ]
42}
预约演示

这个页面有帮助吗?


获取支持·法律文件·© 2026 Zonos
在此页面: