按支持國家的測量要求
不同國家對計算消費稅的測量要求不同,具體取決於產品類型。下表顯示了每個國家和稅則號列類別所需的測量資料。體積是指產品的液體體積,而酒精度 (ABV) 代表酒精含量的百分比。
| 國家/地區↕ | ISO 代碼↕ | 非酒精飲品 (稅則號列 2201-2202)↕ | 醋 (稅則號列 2209)↕ | 啤酒、葡萄酒、芝麻酒、發酵飲品、烈酒及酒類 (稅則號列 2203-2208)↕ |
|---|---|---|---|---|
| AT | 體積 | 體積 | 體積、酒精度 | |
| BG | 體積 | 體積 | 體積、酒精度 | |
| BQ | 體積 | 體積 | 體積、酒精度 | |
| CA | 體積 | 體積 | 體積、酒精度 | |
| CY | 體積 | 體積 | 體積、酒精度 | |
| CZ | 體積 | 體積 | 體積、酒精度 | |
| DE | 體積 | 體積 | 體積、酒精度 | |
| EE | 體積、重量 | 體積 | 體積、酒精度 | |
| ES | 體積 | 體積 | 體積、酒精度 | |
| FI | 體積 | 體積 | 體積、酒精度 | |
| FR | 體積 | 體積 | 體積、酒精度 | |
| GF | 體積 | 體積 | 體積、酒精度 | |
| GP | 體積 | 體積 | 體積、酒精度 | |
| GR | 體積 | 體積 | 體積、酒精度 | |
| HR | 體積 | 體積 | 體積、酒精度 | |
| HU | 體積 | 體積 | 體積、酒精度 | |
| IE | 體積、重量 | 體積 | 體積、酒精度 | |
| IT | 體積 | 體積 | 體積、酒精度 | |
| LT | 體積 | 體積 | 體積、酒精度 | |
| LU | 體積 | 體積 | 體積、酒精度 | |
| LV | 體積、重量 | 體積 | 體積、酒精度 | |
| MT | 體積 | 體積 | 體積、酒精度 | |
| NL | 體積 | 體積 | 體積、酒精度 | |
| PL | 體積 | 體積 | 體積、酒精度 | |
| PT | 體積 | 體積 | 體積、酒精度 | |
| RE | 體積 | 體積 | 體積、酒精度 | |
| RO | 體積、重量 | 體積 | 體積、酒精度 | |
| SE | 體積 | 體積 | 體積、酒精度 | |
| SI | 體積 | 體積 | 體積、酒精度 | |
| SK | 體積 | 體積 | 體積、酒精度 | |
| YT | 體積 | 體積 | 體積、酒精度 |
提供所需的測量資料
運送受消費稅約束的酒精或其他第 22 章產品時,您必須包含特定的測量輸入以確保準確的計算。所需的測量資料因目的地國家而異—例如,運送葡萄酒至波蘭時,您需要同時提供 VOLUME 和 ALCOHOL_BY_VOLUME。
此表顯示了測量欄位在 API 請求和 CSV 上傳之間的對應關係:
| API 列舉↕ | 值類型↕ | CSV 標題↕ | 說明↕ |
|---|---|---|---|
unitOfMeasure | itemUnitOfMeasure! | 體積單位 | 用於體積測量的單位 |
volume | value | 體積 | 體積量 |
alcohol_by_volume | PERCENTAGE | 酒精度 | 酒精度百分比 |
在 API 參考這裡 查看完整的 API 測量值清單。
透過 API 或 Catalog 新增測量資料
您可以在著陸成本請求時新增產品測量資料,或將測量資料新增至您的 Zonos Catalog 項目,以便根據 產品 ID 或 SKU 自動應用。請按照以下變動和步驟操作:
使用 itemCreateWorkflow 中的 measurements 陣列透過 API 直接包含測量資料。
1
mutation {2
partyCreateWorkflow(3
input: [4
{ location: { countryCode: US }, type: ORIGIN }5
{6
location: {7
countryCode: PL8
line1: "ul. Leonarda 87"9
locality: "Lublin"10
postalCode: "20-625"11
}12
person: {13
email: "test@gmail.com"14
firstName: "firstName"15
lastName: "lastName"16
phone: "5022303021"17
companyName: "goProTest"18
metadata: { key: "key", value: "value" }19
}20
type: DESTINATION21
}22
]23
) {24
type25
id26
organization27
}28
29
itemCreateWorkflow(30
input: [31
{32
amount: 50033
currencyCode: USD34
countryOfOrigin: US35
quantity: 136
description: "Red Wine Sparkling"37
sku: "15120"38
measurements: [39
{ type: ALCOHOL_BY_VOLUME, value: 12, unitOfMeasure: PERCENTAGE }40
{ type: VOLUME, value: 750, unitOfMeasure: MILLILITER }41
]42
}43
]44
) {45
id46
name47
productId48
sku49
amount50
hsCode51
description52
}53
cartonizeWorkflow {54
id55
type56
items {57
item {58
id59
}60
}61
}62
63
shipmentRatingCreateWorkflow(64
input: {65
amount: 1566
currencyCode: EUR67
serviceLevelCode: "ups.worldwide_expedited"68
}69
) {70
id71
serviceLevelCode72
amount73
}74
landedCostCalculateWorkflow(75
input: {76
endUse: NOT_FOR_RESALE77
tariffRate: ZONOS_PREFERRED78
calculationMethod: DDP_PREFERRED79
}80
) {81
id82
landedCostGuaranteeCode83
84
amountSubtotals {85
taxes86
items87
shipping88
fees89
duties90
landedCostTotal91
}92
shipmentRating {93
displayName94
}95
method96
duties {97
item {98
hsCode99
id100
sku101
amount102
}103
amount104
currency105
note106
description107
formula108
}109
taxes {110
item {111
id112
sku113
amount114
hsCode115
}116
amount117
currency118
description119
formula120
type121
note122
}123
fees {124
item {125
id126
sku127
amount128
}129
amount130
currency131
description132
}133
}134
}
計算消費稅
配置產品規格以準確計算消費稅。
BETA
運送含酒精的產品至國際時,您需要計算消費稅,這是對酒精飲品及其他受管制商品的特殊稅款。當您透過我們的 API 提供所需的產品規格或將其新增至您的 Zonos Catalog 時,Zonos 會自動計算運往加拿大及大多數歐盟國家的消費稅。