DOCS

関税

輸入関税

輸入関税とその計算方法について学びます。

輸入関税は、輸入品が到着国に入国した際に税関当局が徴収する手数料です。関税額は品目の価値と分類に基づいて計算され、輸入国の規制、貿易協定、関税 de minimis によって異なります。

関税を計算 

Zonos Landed Cost は毎日数十万件の Landed Cost 見積もりを処理します。関税率は総 Landed Cost 計算において最も複雑な要素の一つです。低価値輸入では、簡易関税が課されるか、関税がまったく課されないことが多いです。

越境手数料を解読し、EC に透明性をもたらします。透明性は、輸出者が最小のコストと労力で関税・税を正確に算定できること、カタログ調和に必要な時間と労力を評価できること、顧客に良好なショッピング体験を提供できることを確保するうえで重要です。

輸入関税 calculations

Zonos は Harmonized System (HS) code の有無にかかわらず関税を計算します。ただし、HS コードを使用すると精度が向上し、完全な Landed Cost 計算には必須です。Zonos の計算は、関税の特別割引(減税率)、小規模配送向け簡易プロセス(簡易税率)、低価値配送が関税・税を免除されるルール(de minimis 値)を考慮します。landed cost object に示すとおり、各品目に関税率と説明が提供されます。

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}

関税 de minimis 

単一配送内の品目合計価値が関税 de minimis(輸入品を関税および/または税から免除する価値しきい値)を下回る場合、関税徴収なしで通関されます。ただし、税しきい値が関税しきい値より低い場合、輸入税は引き続き徴収されることがあります。国は常に関税しきい値を税しきい値より高く設定するため、逆のシナリオはあり得ません。

関税 de minimis 資格は landed cost object に返されます。金額が de minimis しきい値("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}

CheckoutQuoter、または Hello でリクエストが関税しきい値を下回る場合、アプリが購入者に通知します。

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 は関税計算に使用される式を示します。

計算方法

方式関税の課税対象
CIFCost + insurance + freight: 注文コストに加えて運賃および保険コストに対して税を計算する、輸入税・関税の計算方式。
FOBFree on board: 販売商品のコストのみに手数料を計算する輸入税・関税の計算方式。FOB では配送、関税、保険などは計算されません。
Other単位あたりまたは重量ベースで計算。

HS コード 

Harmonized System (HS) code の提供の有無にかかわらず、Zonos は減税率、簡易税率、de minimis 値の影響を含む関税を計算します。リクエストに HS コードを渡さない場合、アカウント作成時に設定されたデフォルト HS コードが計算に使用されます。関税率は landed cost object に示すとおり、品目ごとに説明付きで返されます。

Landed Cost 計算のすべての関税課金は HS コードから導出されます。HS コードが誤った国のものである場合(例: アイルランド向け Landed Cost 見積もりリクエストにカナダ向け 8 桁 HS コードが提供された)、計算のため汎用 6 桁に切り詰められます。応答には不一致によりコードが切り詰められた旨の note が含まれます。

landed cost object には HS コード計算のソース hs_code_source が含まれます。応答で返される HS コードソースは 5 種類あります。zonos_catalog ソースは他のすべてのソースより優先され、品目の適切な関税率の照合に使用されます。

HS コードソース説明
zonos_catalog PRIORITYThe item was entered in the Zonos Catalog with an HS code.
api_requestThe HS code was sent in the API request.
platformThe HS code was passed from your ecommerce platform.
zonos_classifiedItem was classified by the Zonos Classify product.
account_defaultThe HS code applied is the default HS code that is set up in your Dashboard account.
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}

原産国 

原産国貿易協定、法律などにより、輸入に適用される関税額に影響を与える可能性があります。

原産国は LANDED COST REQUEST API 内の "items" 配列で設定でき、2 桁 ISO コードが必要です。2 桁 ISO コードの完全リストはガイドの ISO code リファレンスシートを参照してください。

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}

Catalog 管理 

必要に応じ、Zonos Catalog で原産国と HS コードを管理できます。製品の Catalog エントリは原産国の決定において優先されます。

例: 製品 id 294395 が原産国 CA で Catalog に追加されているが、リクエストで原産国 FR が送信された場合、原産国 CA が優先され、その品目の可能な関税率の決定に使用されます。

適格な原産国があれば優遇関税率を計算します。デフォルトでは、小規模輸出者がすべての貿易協定の適格減税率を受けるための適切な書類・プロセスを整えていないことが多いため、他の貿易協定は有効化されていません。追加の貿易協定はリクエストに応じて Landed Cost 計算に適用できます。追加の貿易協定設定を有効にするには、お問い合わせください。

関税選択 

中小規模から大規模企業まで、製品を調和しているケースは多くありません。調和している場合も、通常は 6 桁までです。また、品目に原産国がない場合もあります。多くの関税・税計算機は 8 桁コードと原産国なしでは計算できません。Landed Cost はデータが不完全な場合でも関税を計算できます。

6 桁 HS コードのみが利用可能な場合、計算時に適用される関税額は、国レベル HS コードのサブセットから最大課税 HS コードの税率を選択するセーフティネットを使用します。Landed Cost リクエストで maximummedianminimumzonos_preferred を送信することで API レベルで制御できます。中央値関税の選択により、平均を計算しようとするより特定関税率の計算が明確になります。中央値関税は順序付きリストの中央の関税計算です。以下はレートリクエストで median コードを送信する例です。

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

アドバローレム関税の選択

アドバローレム税率は単純なパーセンテージです。6 桁コード 6109.90 が提供された場合に利用可能な国レベルのアドバローレム関税の例:

6109.90説明関税(アドバローレム)
6109.90.10T-shirt - Of man-made fibers32% MAXIMUM
6109.90.15T-shirt - Of wool, with long sleeves5.6%
6109.90.40T-shirt - Containing 70% or more silk2.6% MINIMUM
6109.90.80T-shirt - Other16% MEDIAN


この例では、最高関税率(32%)のため、デフォルトで最大関税 6109.90.10 が使用されます。landed cost object は 6 桁 HS コードを items.hs_code に返し、関税パーセンテージは 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}

いいえ、Landed Cost 計算に調和済みカタログは必須ではありません。ただし、より正確な計算のために推奨されます。調和コードが提供されない場合、デフォルト HS コードが使用され、Landed Cost 計算が提供されます。

Zonos Classify offers on-demand HS code classifications, enabling you to harmonize your product catalog using advanced image recognition and country-specific HTS support.

Zonos Quoter is available as a standalone application, so you can easily calculate duties and taxes without an integration. However, Landed Cost calculations are more accurate.

Not necessarily. It is very common for low-value shipments to be below the duty de minimis, which would indicate that duty is not applied to the import.

The ability to send a shipment DDP depends on the shipping carrier and the service level used. DDP is a loosely used term to describe the process of billing duties and taxes back to the retailer. Not all shipping carriers support DDP to all countries where Zonos calculates a landed cost. Each carrier's DDP coverage is in our international shipping carrier guides.

Import duty is calculated based on many factors including the destination country, the country of origin, the item HS code, possible de minimis thresholds, and other laws that affect the duty rate of an import. It's not always as straightforward as a single HS code tariff.

When the value of the good in a single import or shipment is below the duty de minimis, the item will clear without any duty collection; however, the tax may still be collected if the tax threshold is lower than the duty threshold. It's possible for the value of an item to exceed the tax threshold and not exceed the duty threshold. The opposite is not true, because countries don't set a lower threshold for duty and a higher threshold for tax.

Duty is typically paid by the Importer of Record (IOR). The IOR is the owner or purchaser of products being imported to a country. The IOR is responsible for ensuring the imported goods comply with local laws and regulations, filing a completed duty entry and associated documents required by the CBP (Customs Border Protection), and paying the import duties and taxes.

The IOR is typically the person or entity who has ownership of the imported goods at the time of import.

In some instances, packages are shipped DDP. A retailer may want to send a package DDP if they have collected duties and taxes upfront from their customer, which can be done with Checkout or any of our Landed Cost products.

このページは役に立ちましたか?