Oversikt
Avgifter gjelder for produkter klassifisert under Kapittel 22 i Harmonisert system, som dekker HS-kode underoverskrifter 2201–2202 for ikke-alkoholholdige drikker, HS-koder 2203–2208 for alkoholholdige drikker, brennevin og gjærede produkter, og HS-kode 2209 for eddiker.
Viktig: Hvis du bruker Zonos Landed Cost garanti og ber om et tilbud for produkter i Kapittel 22 uten de nødvendige måleverdiene, vil det ikke bli returnert noe tilbud. Du må gi de nødvendige målene enten via API eller ved å laste dem opp til Zonos Katalog.
Målekrav etter land
Ulike land krever forskjellige målinger for beregning av avgifter, avhengig av produkttype. Tabellen nedenfor viser hvilke målinger som er nødvendige for hvert land og HS-kodekategori. Volum refererer til den flytende volumet av produktet, mens ABV (Alkohol etter volum) representerer prosentandelen av alkoholinnholdet.
Land | ISO-kode | Ikke-alkoholholdige drikker (HS-koder 2201-2202) | Eddiker (HS-koder 2209) | Øl, Vin, Vermut, Fermenterte drikker, Sprit og Likører (HS-koder 2203-2208) |
---|---|---|---|---|
![]() | AT | Volum | Volum | Volum, ABV |
![]() | BE | Volum | Volum | Volum, ABV |
![]() | BG | Volum | Volum | Volum, ABV |
![]() | BQ | Volum | Volum | Volum, ABV |
![]() | CA | Volum | Volum | Volum, ABV |
![]() | CY | Volum | Volum | Volum, ABV |
![]() | CZ | Volum | Volum | Volum, ABV |
![]() | DE | Volum | Volum | Volum, ABV |
![]() | EE | Volum, Vekt | Volum | Volum, ABV |
![]() | ES | Volum | Volum | Volum, ABV |
![]() | FI | Volum | Volum | Volum, ABV |
![]() | FR | Volum | Volum | Volum, ABV |
![]() | GF | Volum | Volum | Volum, ABV |
![]() | GP | Volum | Volum | Volum, ABV |
![]() | GR | Volum | Volum | Volum, ABV |
![]() | HR | Volum | Volum | Volum, ABV |
![]() | HU | Volum | Volum | Volum, ABV |
![]() | IE | Volum, Vekt | Volum | Volum, ABV |
![]() | IT | Volum | Volum | Volum, ABV |
![]() | LT | Volum | Volum | Volum, ABV |
![]() | LU | Volum | Volum | Volum, ABV |
![]() | LV | Volum, Vekt | Volum | Volum, ABV |
![]() | MT | Volum | Volum | Volum, ABV |
![]() | NL | Volum | Volum | Volum, ABV |
![]() | PL | Volum | Volum | Volum, ABV |
![]() | PT | Volum | Volum | Volum, ABV |
![]() | RE | Volum | Volum | Volum, ABV |
![]() | RO | Volum, Vekt | Volum | Volum, ABV |
![]() | SE | Volum | Volum | Volum, ABV |
![]() | SI | Volum | Volum | Volum, ABV |
![]() | SK | Volum | Volum | Volum, ABV |
![]() | YT | Volum | Volum | Volum, ABV |
Gi nødvendige målinger
Når du sender alkohol eller andre produkter under kapittel 22 som er underlagt avgifter, må du inkludere spesifikke måledata for å sikre nøyaktige beregninger. De nødvendige målingene varierer etter destinasjonsland—for eksempel, når du sender vin til Polen, må du oppgi både VOLUME
og ALCOHOL_BY_VOLUME
.
Denne tabellen viser hvordan målefeltene samsvarer mellom API-forespørsel og CSV-opplastinger:
API enum | Verdi type | CSV-header | Beskrivelse |
---|---|---|---|
unitOfMeasure | itemUnitOfMeasure! | Volumetrisk enhet | Enhet for volum måling |
volume | value | Volum | Volum mengde |
alcohol_by_volume | PERCENTAGE | Alkohol etter volum | ABV prosentandel |
Se vår API-referanse her for en komplett liste over API-målverdier.
Legg til målinger via API eller Katalog
Du kan legge til produktmålinger på tidspunktet for din landed cost forespørsel, eller legge til målinger til dine Zonos Katalogelementer slik at de automatisk gjelder basert på produkt-ID eller SKU. Følg mutasjonen og trinnene nedenfor:
Inkluder målinger direkte via API ved å bruke measurements
-arrayet i itemCreateWorkflow
.
Mutasjon
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
}
]
}
}
Beregn avgifter
Konfigurer produktmål for nøyaktig beregning av avgifter.
BETA
Når du sender alkoholholdige produkter internasjonalt, må du beregne avgifter, som er spesielle skatter for produkter som alkohol og andre regulerte varer. Zonos beregner automatisk disse avgiftene for forsendelser til Canada og de fleste EU-land når du gir de nødvendige produktmålene gjennom vårt API eller legger dem til i din Zonos Katalog.