Übersicht
Verbrauchsteuern gelten für Produkte, die unter Kapitel 22 des Harmonisierten Systems klassifiziert sind, das die HS-Code-Unterpositionen 2201–2202 für alkoholfreie Getränke, die HS-Codes 2203–2208 für alkoholische Getränke, Spirituosen und vergorene Produkte sowie den HS-Code 2209 für Essige abdeckt.
Wichtig: Wenn Sie die Zonos Landed Cost-Garantie nutzen und ein Angebot für Produkte aus Kapitel 22 ohne die erforderlichen Messwerte anfordern, wird kein Angebot zurückgegeben. Sie müssen die notwendigen Messungen entweder über die API bereitstellen oder sie in den Zonos Katalog hochladen.
Messanforderungen nach Land
Verschiedene Länder erfordern unterschiedliche Messungen zur Berechnung von Verbrauchsteuern, abhängig von der Produktart. Die folgende Tabelle zeigt, welche Messungen für jedes Land und jede HS-Code-Kategorie benötigt werden. Das Volumen bezieht sich auf das Flüssigkeitsvolumen des Produkts, während ABV (Alkoholgehalt) den Prozentsatz des Alkoholgehalts darstellt.
Land | ISO-Code | Nicht-alkoholische Getränke (HS-Codes 2201-2202) | Essige (HS-Codes 2209) | Bier, Wein, Wermut, Fermentierte Getränke, Spirituosen und Liköre (HS-Codes 2203-2208) |
---|---|---|---|---|
![]() | AT | Volumen | Volumen | Volumen, ABV |
![]() | BE | Volumen | Volumen | Volumen, ABV |
![]() | BG | Volumen | Volumen | Volumen, ABV |
![]() | BQ | Volumen | Volumen | Volumen, ABV |
![]() | CA | Volumen | Volumen | Volumen, ABV |
![]() | CY | Volumen | Volumen | Volumen, ABV |
![]() | CZ | Volumen | Volumen | Volumen, ABV |
![]() | DE | Volumen | Volumen | Volumen, ABV |
![]() | EE | Volumen, Gewicht | Volumen | Volumen, ABV |
![]() | ES | Volumen | Volumen | Volumen, ABV |
![]() | FI | Volumen | Volumen | Volumen, ABV |
![]() | FR | Volumen | Volumen | Volumen, ABV |
![]() | GF | Volumen | Volumen | Volumen, ABV |
![]() | GP | Volumen | Volumen | Volumen, ABV |
![]() | GR | Volumen | Volumen | Volumen, ABV |
![]() | HR | Volumen | Volumen | Volumen, ABV |
![]() | HU | Volumen | Volumen | Volumen, ABV |
![]() | IE | Volumen, Gewicht | Volumen | Volumen, ABV |
![]() | IT | Volumen | Volumen | Volumen, ABV |
![]() | LT | Volumen | Volumen | Volumen, ABV |
![]() | LU | Volumen | Volumen | Volumen, ABV |
![]() | LV | Volumen, Gewicht | Volumen | Volumen, ABV |
![]() | MT | Volumen | Volumen | Volumen, ABV |
![]() | NL | Volumen | Volumen | Volumen, ABV |
![]() | PL | Volumen | Volumen | Volumen, ABV |
![]() | PT | Volumen | Volumen | Volumen, ABV |
![]() | RE | Volumen | Volumen | Volumen, ABV |
![]() | RO | Volumen, Gewicht | Volumen | Volumen, ABV |
![]() | SE | Volumen | Volumen | Volumen, ABV |
![]() | SI | Volumen | Volumen | Volumen, ABV |
![]() | SK | Volumen | Volumen | Volumen, ABV |
![]() | YT | Volumen | Volumen | Volumen, ABV |
Erforderliche Maße angeben
Beim Versand von Alkohol oder anderen Produkten aus Kapitel 22, die der Verbrauchsteuer unterliegen, müssen Sie spezifische Maßeingaben angeben, um genaue Berechnungen sicherzustellen. Die erforderlichen Maße variieren je nach Zielland – zum Beispiel müssen Sie beim Versand von Wein nach Polen sowohl VOLUME
als auch ALCOHOL_BY_VOLUME
angeben.
Diese Tabelle zeigt, wie die Messfelder zwischen API-Anfragen und CSV-Uploads übereinstimmen:
API enum | Werttyp | CSV-Header | Beschreibung |
---|---|---|---|
unitOfMeasure | itemUnitOfMeasure! | Volumeneinheit | Einheit für die Volumenmessung |
volume | value | Volumen | Volumenmenge |
alcohol_by_volume | PERCENTAGE | Alkohol nach Volumen | ABV-Prozentsatz |
Sehen Sie sich unser API-Referenzdokument hier für eine vollständige Liste der API-Messwerte an.
Maße über API oder Katalog hinzufügen
Sie können Produktmaße zum Zeitpunkt Ihrer landed cost-Anfrage hinzufügen oder Maße zu Ihren Zonos-Katalogartikeln hinzufügen, sodass sie automatisch basierend auf der Produkt-ID oder SKU angewendet werden. Befolgen Sie die Mutation und die folgenden Schritte:
Fügen Sie Maße direkt über die API mit dem measurements
-Array in itemCreateWorkflow
hinzu.
Mutation
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
}
}
}
Antwort
{
"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
}
]
}
}
Verbrauchsteuern berechnen
Konfigurieren Sie Produktmessungen, um Verbrauchsteuern genau zu berechnen.
BETA
Beim internationalen Versand von alkoholischen Produkten müssen Sie Verbrauchsteuern berechnen, die spezielle Steuern für Produkte wie Alkohol und andere regulierte Waren sind. Zonos berechnet diese Steuern automatisch für Sendungen nach Kanada und die meisten EU-Länder, wenn Sie die erforderlichen Produktmessungen über unsere API bereitstellen oder sie zu Ihrem Zonos Katalog hinzufügen.