DOCS

소비세

소비세 계산하기

소비세 계산 및 요구 사항에 대해 자세히 알아보세요.

Zonos는 이제 캐나다 및 대부분의 EU 국가에 대한 알코올 소비세 계산을 지원합니다. 이러한 계산은 현재 Zonos와 API를 통해 통합된 고객에게만 제공됩니다.

Landed Cost 보장을 사용할 때, 22장(음료, 주류 및 식초)의 제품에 대한 견적을 제공할 경우, 각 국가에 필요한 특정 측정 단위가 있습니다.

소비세에 필요한 측정 

측정 유형 및 일반 요구 사항

측정 유형설명일반 사용
부피제품의 물리적 부피모든 음료에 필요
ABV알코올 부피 비율알코올 음료에 필요
무게제품의 물리적 무게특정 국가의 특정 제품에 필요

국가별 측정 요구 사항

국가ISO 코드비알콜 음료 (HS 코드 2201-2202)식초 (HS 코드 2209)맥주, 와인, 베르무트, 발효 음료, 주류 및 리큐르 (HS 코드 2203-2208)
🇦🇹 Attribution for Twitter Emojis: ©️ Twitter, Inc. 오스트리아AT부피부피부피, ABV
🇧🇪 Attribution for Twitter Emojis: ©️ Twitter, Inc. 벨기에BE부피부피부피, ABV
🇧🇬 Attribution for Twitter Emojis: ©️ Twitter, Inc. 불가리아BG부피부피부피, ABV
🇧🇶 Attribution for Twitter Emojis: ©️ Twitter, Inc. 보네르BQ부피부피부피, ABV
🇨🇦 Attribution for Twitter Emojis: ©️ Twitter, Inc. 캐나다CA부피부피부피, ABV
🇨🇾 Attribution for Twitter Emojis: ©️ Twitter, Inc. 키프로스CY부피부피부피, ABV
🇨🇿 Attribution for Twitter Emojis: ©️ Twitter, Inc. 체코 공화국CZ부피부피부피, ABV
🇩🇪 Attribution for Twitter Emojis: ©️ Twitter, Inc. 독일DE부피부피부피, ABV
🇪🇪 Attribution for Twitter Emojis: ©️ Twitter, Inc. 에스토니아EE부피, 무게부피부피, ABV
🇪🇸 Attribution for Twitter Emojis: ©️ Twitter, Inc. 스페인ES부피부피부피, ABV
🇫🇮 Attribution for Twitter Emojis: ©️ Twitter, Inc. 핀란드FI부피부피부피, ABV
🇫🇷 Attribution for Twitter Emojis: ©️ Twitter, Inc. 프랑스FR부피부피부피, ABV
🇬🇫 Attribution for Twitter Emojis: ©️ Twitter, Inc. 프랑스령 기아나GF부피부피부피, ABV
🇬🇵 Attribution for Twitter Emojis: ©️ Twitter, Inc. 과들루프GP부피부피부피, ABV
🇬🇷 Attribution for Twitter Emojis: ©️ Twitter, Inc. 그리스GR부피부피부피, ABV
🇭🇷 Attribution for Twitter Emojis: ©️ Twitter, Inc. 크로아티아HR부피부피부피, ABV
🇭🇺 Attribution for Twitter Emojis: ©️ Twitter, Inc. 헝가리HU부피부피부피, ABV
🇮🇪 Attribution for Twitter Emojis: ©️ Twitter, Inc. 아일랜드IE부피, 무게부피부피, ABV
🇮🇹 Attribution for Twitter Emojis: ©️ Twitter, Inc. 이탈리아IT부피부피부피, ABV
🇱🇹 Attribution for Twitter Emojis: ©️ Twitter, Inc. 리투아니아LT부피부피부피, ABV
🇱🇺 Attribution for Twitter Emojis: ©️ Twitter, Inc. 룩셈부르크LU부피부피부피, ABV
🇱🇻 Attribution for Twitter Emojis: ©️ Twitter, Inc. 라트비아LV부피, 무게부피부피, ABV
🇲🇹 Attribution for Twitter Emojis: ©️ Twitter, Inc. 몰타MT부피부피부피, ABV
🇳🇱 Attribution for Twitter Emojis: ©️ Twitter, Inc. 네덜란드NL부피부피부피, ABV
🇵🇱 Attribution for Twitter Emojis: ©️ Twitter, Inc. 폴란드PL부피부피부피, ABV
🇵🇹 Attribution for Twitter Emojis: ©️ Twitter, Inc. 포르투갈PT부피부피부피, ABV
🇷🇪 Attribution for Twitter Emojis: ©️ Twitter, Inc. 레위니옹RE부피부피부피, ABV
🇷🇴 Attribution for Twitter Emojis: ©️ Twitter, Inc. 루마니아RO부피, 무게부피부피, ABV
🇸🇪 Attribution for Twitter Emojis: ©️ Twitter, Inc. 스웨덴SE부피부피부피, ABV
🇸🇮 Attribution for Twitter Emojis: ©️ Twitter, Inc. 슬로베니아SI부피부피부피, ABV
🇸🇰 Attribution for Twitter Emojis: ©️ Twitter, Inc. 슬로바키아SK부피부피부피, ABV
🇾🇹 Attribution for Twitter Emojis: ©️ Twitter, Inc. 마요트YT부피부피부피, ABV

필요한 측정값으로 landed cost 요청하기

알코올 또는 소비세가 부과되는 22장 제품을 배송하는 경우, 적절한 계산을 위해 특정 입력을 포함해야 합니다. 예를 들어, 폴란드에 와인을 배송할 때는 itemCreateWorkflow에서 VOLUMEALCOHOL_BY_VOLUME을 전달해야 합니다.

변경

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
mutation {
  partyCreateWorkflow(
    input: [
      { location: { countryCode: US }, type: ORIGIN }
      {
        location: {
          countryCode: PL
          line1: "ul. Leonarda 87"
          locality: "Lublin"
          postalCode: "20-625"
        }
        person: {
          email: "test@gmail.com"
          firstName: "firstName"
          lastName: "lastName"
          phone: "5022303021"
          companyName: "goProTest"
          metadata: { key: "key", value: "value" }
        }
        type: DESTINATION
      }
    ]
  ) {
    type
    id
    organization
  }

  itemCreateWorkflow(
    input: [
      {
        amount: 500
        currencyCode: USD
        countryOfOrigin: US
        quantity: 1
        description: "Red Wine Sparkling"
        sku: "15120"
        measurements: [
          { type: ALCOHOL_BY_VOLUME, value: 12, unitOfMeasure: PERCENTAGE }
          { type: VOLUME, value: 750, unitOfMeasure: MILLILITER }
        ]
      }
    ]
  ) {
    id
    name
    productId
    sku
    amount
    hsCode
    description
  }
  cartonizeWorkflow {
    id
    type
    items {
      item {
        id
      }
    }
  }

  shipmentRatingCreateWorkflow(
    input: {
      amount: 15
      currencyCode: EUR
      serviceLevelCode: "ups.worldwide_expedited"
    }
  ) {
    id
    serviceLevelCode
    amount
  }
  landedCostCalculateWorkflow(
    input: {
      endUse: NOT_FOR_RESALE
      tariffRate: ZONOS_PREFERRED
      calculationMethod: DDP_PREFERRED
    }
  ) {
    id
    landedCostGuaranteeCode

    amountSubtotals {
      taxes
      items
      shipping
      fees
      duties
      landedCostTotal
    }
    shipmentRating {
      displayName
    }
    method
    duties {
      item {
        hsCode
        id
        sku
        amount
      }
      amount
      currency
      note
      description
      formula
    }
    taxes {
      item {
        id
        sku
        amount
        hsCode
      }
      amount
      currency
      description
      formula
      type
      note
    }
    fees {
      item {
        id
        sku
        amount
      }
      amount
      currency
      description
    }
  }
}

응답

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
  "data": {
    "partyCreateWorkflow": [
      {
        "type": "ORIGIN",
        "id": "party_0jey073qc25cx",
        "organization": "organization_af945052-68e5-4329-b9cc-b4496f8e98c0"
      },
      {
        "type": "DESTINATION",
        "id": "party_0jey073r825fz",
        "organization": "organization_af945052-68e5-4329-b9cc-b4496f8e98c0"
      }
    ],
    "itemCreateWorkflow": [
      {
        "id": "item_0jgw0sg3c417f",
        "sku": "",
        "amount": 500,
        "hsCode": "2204.10.9600",
        "description": "Red Wine Sparkling"
      }
    ],
    "cartonizeWorkflow": [
      {
        "id": "carton_0jgw0sgy3sx60",
        "type": "PACKAGE",
        "items": [
          {
            "item": {
              "id": "item_0jgw0sg3c417f"
            }
          }
        ]
      }
    ],
    "shipmentRatingCreateWorkflow": {
      "id": "shipment_rating_0jgw0sgz45s5z",
      "serviceLevelCode": "ups.worldwide_expedited",
      "amount": 15
    },
    "landedCostCalculateWorkflow": [
      {
        "id": "landed_cost_fff1847f-d185-4f85-9956-139f4db4d2b1",
        "landedCostGuaranteeCode": "ZONOS",
        "amountSubtotals": {
          "taxes": 123.07,
          "items": 500.0,
          "shipping": 15.44,
          "fees": 53.41,
          "duties": 3.22,
          "landedCostTotal": 179.7
        },
        "shipmentRating": {
          "displayName": "UPS Worldwide Expedited"
        },
        "method": "DDP",
        "duties": [
          {
            "item": {
              "hsCode": "2204.10.9600",
              "id": "item_0jgw0sg3c417f",
              "sku": "",
              "amount": 500
            },
            "amount": 0.247,
            "currency": "USD",
            "note": "General Rate",
            "description": "duty",
            "formula": "32 eur  * volume_in_hl"
          },
          {
            "item": {
              "hsCode": "2204.10.9600",
              "id": "item_0jgw0sg3c417f",
              "sku": "",
              "amount": 500
            },
            "amount": 2.9722,
            "currency": "USD",
            "note": "General Rate",
            "description": "excise_duty",
            "formula": "385 eur  * volume_in_hl"
          }
        ],
        "taxes": [
          {
            "item": {
              "id": "item_0jgw0sg3c417f",
              "sku": "",
              "amount": 500,
              "hsCode": "2204.10.9600"
            },
            "amount": 115.0,
            "currency": "USD",
            "description": "VAT (Value-added tax)",
            "formula": "23%",
            "type": "ITEM",
            "note": null
          },
          {
            "item": {
              "id": "item_0jgw0sg3c417f",
              "sku": "",
              "amount": 500,
              "hsCode": "2204.10.9600"
            },
            "amount": 3.5512,
            "currency": "USD",
            "description": "VAT (Value-added tax)",
            "formula": "23%",
            "type": "SHIPPING",
            "note": null
          },
          {
            "item": {
              "id": "item_0jgw0sg3c417f",
              "sku": "",
              "amount": 500,
              "hsCode": "2204.10.9600"
            },
            "amount": 0.0568,
            "currency": "USD",
            "description": "VAT (Value-added tax)",
            "formula": "23%",
            "type": "DUTY",
            "note": "VAT (Value-added tax) on the duty of the item"
          },
          {
            "item": {
              "id": "item_0jgw0sg3c417f",
              "sku": "",
              "amount": 500,
              "hsCode": "2204.10.9600"
            },
            "amount": 0.6836,
            "currency": "USD",
            "description": "VAT (Value-added tax)",
            "formula": "23%",
            "type": "DUTY",
            "note": "VAT (Value-added tax) on the duty of the item"
          },
          {
            "item": null,
            "amount": 3.78,
            "currency": "USD",
            "description": "VAT (Value-added tax)",
            "formula": "23%",
            "type": "ADVANCEMENT",
            "note": null
          }
        ],
        "fees": [
          {
            "item": null,
            "amount": 16.43,
            "currency": "USD",
            "description": "UPS Poland Disbursement Fee"
          },
          {
            "item": null,
            "amount": 5.71,
            "currency": "USD",
            "description": "FX forward premium"
          },
          {
            "item": null,
            "amount": 16.27,
            "currency": "USD",
            "description": "Landed Cost Guarantee"
          },
          {
            "item": null,
            "amount": 15.0,
            "currency": "USD",
            "description": "UPS United States Duty and Tax Forwarding Charge"
          }
        ],
        "remittance": [],
        "taxId": null
      }
    ]
  }
}

이 페이지가 도움이 되었습니까?


질문 있으세요?

지원 받기

Zonos을 보세요

정책 및 계약
이 페이지에서: