Overzicht
Accijns is van toepassing op producten geclassificeerd onder hoofdstuk 22 van het Harmonized System, met HS-codesubkoppen 2201–2202 voor alcoholvrije dranken, HS-codes 2203–2208 voor alcoholische dranken, sterke drank en gefermenteerde producten, en HS-code 2209 voor azijnen.
Belangrijk: Als u Zonos Landed Cost guarantee gebruikt en een offerte aanvraagt voor hoofdstuk 22-producten zonder de vereiste meetwaarden, wordt geen offerte geretourneerd. U moet de benodigde metingen opgeven via API of uploaden naar Zonos Catalog.
Meetvereisten per ondersteund land
Verschillende landen vereisen verschillende metingen voor het berekenen van accijns, afhankelijk van het producttype. De onderstaande tabel toont welke metingen nodig zijn per land en HS-codecategorie. Volume verwijst naar het vloeibare volume van het product, terwijl ABV (Alcohol by Volume) het percentage alcoholgehalte vertegenwoordigt.
| Land↕ | ISO Code↕ | Alcoholvrije dranken (HS codes 2201-2202)↕ | Azijnen (HS codes 2209)↕ | Bier, wijn, vermouth, gefermenteerde dranken, sterke drank en likeuren (HS codes 2203-2208)↕ |
|---|---|---|---|---|
| AT | Volume | Volume | Volume, ABV | |
| BG | Volume | Volume | Volume, ABV | |
| BQ | Volume | Volume | Volume, ABV | |
| CA | Volume | Volume | Volume, ABV | |
| CY | Volume | Volume | Volume, ABV | |
| CZ | Volume | Volume | Volume, ABV | |
| DE | Volume | Volume | Volume, ABV | |
| EE | Volume, Weight | Volume | Volume, ABV | |
| ES | Volume | Volume | Volume, ABV | |
| FI | Volume | Volume | Volume, ABV | |
| FR | Volume | Volume | Volume, ABV | |
| GF | Volume | Volume | Volume, ABV | |
| GP | Volume | Volume | Volume, ABV | |
| GR | Volume | Volume | Volume, ABV | |
| HR | Volume | Volume | Volume, ABV | |
| HU | Volume | Volume | Volume, ABV | |
| IE | Volume, Weight | Volume | Volume, ABV | |
| IT | Volume | Volume | Volume, ABV | |
| LT | Volume | Volume | Volume, ABV | |
| LU | Volume | Volume | Volume, ABV | |
| LV | Volume, Weight | Volume | Volume, ABV | |
| MT | Volume | Volume | Volume, ABV | |
| NL | Volume | Volume | Volume, ABV | |
| PL | Volume | Volume | Volume, ABV | |
| PT | Volume | Volume | Volume, ABV | |
| RE | Volume | Volume | Volume, ABV | |
| RO | Volume, Weight | Volume | Volume, ABV | |
| SE | Volume | Volume | Volume, ABV | |
| SI | Volume | Volume | Volume, ABV | |
| SK | Volume | Volume | Volume, ABV | |
| YT | Volume | Volume | Volume, ABV |
Vereiste metingen opgeven
Bij verzending van alcohol of andere hoofdstuk 22-producten waar accijns op van toepassing is, moet u specifieke meetinvoer opnemen voor nauwkeurige berekeningen. De vereiste metingen variëren per bestemmingsland—bij verzending van wijn naar Polen moet u bijvoorbeeld zowel VOLUME als ALCOHOL_BY_VOLUME opgeven.
Deze tabel toont hoe meetvelden corresponderen tussen API-verzoeken en CSV-uploads:
| API enum↕ | Value type↕ | CSV header↕ | Beschrijving↕ |
|---|---|---|---|
unitOfMeasure | itemUnitOfMeasure! | Volumetric unit | Unit for volume measurement |
volume | value | Volume | Volume amount |
alcohol_by_volume | PERCENTAGE | Alcohol by volume | ABV percentage |
Bekijk onze API-referentie hier voor een volledige lijst met API-meetwaarden.
Metingen toevoegen via API of Catalog
U kunt productmetingen toevoegen op het moment van uw landed cost-verzoek, of metingen toevoegen aan uw Zonos Catalog-artikelen zodat ze automatisch worden toegepast op basis van product ID of SKU. Volg de mutatie en stappen hieronder:
Neem metingen rechtstreeks op via API met de measurements-array in itemCreateWorkflow.
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 } }}
Accijns berekenen
Configureer productmetingen om accijns nauwkeurig te berekenen.BETA
Bij internationale verzending van alcoholische producten moet u accijns berekenen, speciale belastingen voor producten zoals alcohol en andere gereguleerde goederen. Zonos berekent deze accijns automatisch voor zendingen naar Canada en de meeste EU-landen wanneer u de vereiste productmetingen via onze API opgeeft of toevoegt aan uw Zonos Catalog.