Översikt
Skatter på alkohol gäller för produkter som klassificeras under Kapitel 22 i Harmoniserade systemet, som omfattar HS-kodens underavsnitt 2201–2202 för icke-alkoholhaltiga drycker, HS-koder 2203–2208 för alkoholhaltiga drycker, sprit och jästa produkter, samt HS-kod 2209 för ättikor.
Viktigt: Om du använder Zonos Landed Cost garanti och begär en offert för produkter i Kapitel 22 utan de nödvändiga måttvärdena, kommer ingen offert att returneras. Du måste tillhandahålla de nödvändiga måtten antingen via API eller genom att ladda upp dem till Zonos Katalog.
Mätningskrav för stödda länder
Olika länder kräver olika mått för beräkning av punktskatter, beroende på produktekn. Tabellen nedan visar vilka mått som behövs för varje land och HS-kodkategori. Volym hänvisar till produktens flytande volym, medan ABV (alkoholhalt i volym) representerar alkoholhalten.
| Land | ISO-kod | Icke-alkoholhaltiga drycker (HS-koderna 2201-2202) | Vinäger (HS-koderna 2209) | Öl, vin, vermut, jästa drycker, sprit och likörer (HS-koderna 2203-2208) |
|---|---|---|---|---|
| AT | Volym | Volym | Volym, ABV | |
| BG | Volym | Volym | Volym, ABV | |
| BQ | Volym | Volym | Volym, ABV | |
| CA | Volym | Volym | Volym, ABV | |
| CY | Volym | Volym | Volym, ABV | |
| CZ | Volym | Volym | Volym, ABV | |
| DE | Volym | Volym | Volym, ABV | |
| EE | Volym, Vikt | Volym | Volym, ABV | |
| ES | Volym | Volym | Volym, ABV | |
| FI | Volym | Volym | Volym, ABV | |
| FR | Volym | Volym | Volym, ABV | |
| GF | Volym | Volym | Volym, ABV | |
| GP | Volym | Volym | Volym, ABV | |
| GR | Volym | Volym | Volym, ABV | |
| HR | Volym | Volym | Volym, ABV | |
| HU | Volym | Volym | Volym, ABV | |
| IE | Volym, Vikt | Volym | Volym, ABV | |
| IT | Volym | Volym | Volym, ABV | |
| LT | Volym | Volym | Volym, ABV | |
| LU | Volym | Volym | Volym, ABV | |
| LV | Volym, Vikt | Volym | Volym, ABV | |
| MT | Volym | Volym | Volym, ABV | |
| NL | Volym | Volym | Volym, ABV | |
| PL | Volym | Volym | Volym, ABV | |
| PT | Volym | Volym | Volym, ABV | |
| RE | Volym | Volym | Volym, ABV | |
| RO | Volym, Vikt | Volym | Volym, ABV | |
| SE | Volym | Volym | Volym, ABV | |
| SI | Volym | Volym | Volym, ABV | |
| SK | Volym | Volym | Volym, ABV | |
| YT | Volym | Volym | Volym, ABV |
Ange nödvändiga mått
När du skickar alkohol eller andra produkter enligt kapitel 22 som är föremål för punktskatter, måste du inkludera specifika mått för att säkerställa korrekta beräkningar. De nödvändiga måtten varierar beroende på destinationsland—till exempel, när du skickar vin till Polen, behöver du ange både VOLUME och ALCOHOL_BY_VOLUME.
Denna tabell visar hur måttfält motsvarar mellan API-förfrågningar och CSV-uppladdningar:
| API enum | Värdetyp | CSV-huvud | Beskrivning |
|---|---|---|---|
unitOfMeasure | itemUnitOfMeasure! | Volymenhet | Enhet för volymmätning |
volume | value | Volym | Volymbelopp |
alcohol_by_volume | PERCENTAGE | Alkohol per volym | ABV-procent |
Se vår API-referens här för en komplett lista över API-måttvärden.
Lägg till mått via API eller Katalog
Du kan lägga till produktmått vid tidpunkten för din landed cost-begäran, eller lägga till mått till dina Zonos Katalogartiklar så att de automatiskt tillämpas baserat på produkt-ID eller SKU. Följ mutation och steg nedan:
Inkludera mått direkt via API med hjälp av measurements-arrayen i itemCreateWorkflow.
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
}
}
}
Svar
{
"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
}
]
}
}
Beräkna skatter på alkohol
Konfigurera produktmått för att noggrant beräkna skatter på alkohol.
BETA
När du skickar alkoholprodukter internationellt måste du beräkna skatter på alkohol, som är särskilda skatter för produkter som alkohol och andra reglerade varor. Zonos beräknar automatiskt dessa skatter för försändelser till Kanada och de flesta EU-länder när du tillhandahåller de nödvändiga produktmåtten via vårt API eller lägger till dem i din Zonos Katalog.