Ringkasan
Bea cukai kekhususan berlaku untuk produk yang diklasifikasikan di bawah Bab 22 dari Sistem Harmonisasi, mencakup subjudul kode HS 2201–2202 untuk minuman non-alkohol, kode HS 2203–2208 untuk minuman beralkohol, minuman keras, dan produk fermentasi, serta kode HS 2209 untuk cuka.
Penting: Jika Anda menggunakan jaminan Zonos Landed Cost dan meminta kutipan untuk produk Bab 22 tanpa nilai pengukuran yang diperlukan, tidak ada kutipan yang akan dikembalikan. Anda harus menyediakan pengukuran yang diperlukan melalui API atau dengan mengunggahnya ke Katalog Zonos.
Persyaratan pengukuran menurut negara yang didukung
Berbagai negara memerlukan pengukuran berbeda untuk menghitung bea cukai kekhususan, tergantung pada jenis produk. Tabel di bawah menunjukkan pengukuran mana yang diperlukan untuk setiap negara dan kategori kode HS. Volume mengacu pada volume cairan produk, sementara ABV (Alcohol by Volume) mewakili persentase kandungan alkohol.
| Negara↕ | Kode ISO↕ | Minuman non-alkohol (kode HS 2201-2202)↕ | Cuka (kode HS 2209)↕ | Bir, Anggur, Vermouth, Minuman fermentasi, Minuman keras dan Likuor (kode HS 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, Berat | 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, Berat | Volume | Volume, ABV | |
| IT | Volume | Volume | Volume, ABV | |
| LT | Volume | Volume | Volume, ABV | |
| LU | Volume | Volume | Volume, ABV | |
| LV | Volume, Berat | 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, Berat | Volume | Volume, ABV | |
| SE | Volume | Volume | Volume, ABV | |
| SI | Volume | Volume | Volume, ABV | |
| SK | Volume | Volume | Volume, ABV | |
| YT | Volume | Volume | Volume, ABV |
Sediakan pengukuran yang diperlukan
Saat mengirim alkohol atau produk Bab 22 lainnya yang dikenakan bea cukai kekhususan, Anda harus menyertakan input pengukuran khusus untuk memastikan perhitungan yang akurat. Pengukuran yang diperlukan bervariasi menurut negara tujuan—misalnya, saat mengirim anggur ke Polandia, Anda perlu menyediakan kedua VOLUME dan ALCOHOL_BY_VOLUME.
Tabel ini menunjukkan bagaimana bidang pengukuran berhubungan antara permintaan API dan pengunggahan CSV:
| API enum↕ | Jenis nilai↕ | Header CSV↕ | Deskripsi↕ |
|---|---|---|---|
unitOfMeasure | itemUnitOfMeasure! | Unit volumetrik | Unit untuk pengukuran volume |
volume | value | Volume | Jumlah volume |
alcohol_by_volume | PERCENTAGE | Alkohol menurut volume | Persentase ABV |
Lihat referensi API kami di sini untuk daftar lengkap nilai pengukuran API.
Tambahkan pengukuran melalui API atau Katalog
Anda dapat menambahkan pengukuran produk pada saat permintaan biaya mendarat Anda, atau menambahkan pengukuran ke item Katalog Zonos Anda sehingga mereka secara otomatis diterapkan berdasarkan ID produk atau SKU. Ikuti mutasi dan langkah-langkah di bawah ini:
Sertakan pengukuran langsung melalui API menggunakan array measurements dalam 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 } }}
Hitung bea cukai kekhususan
Konfigurasi pengukuran produk untuk menghitung bea cukai kekhususan dengan akurat.
BETA
Saat mengirim produk beralkohol secara internasional, Anda perlu menghitung bea cukai kekhususan, yaitu pajak khusus untuk produk seperti alkohol dan barang regulasi lainnya. Zonos secara otomatis menghitung bea cukai ini untuk pengiriman ke Kanada dan sebagian besar negara UE ketika Anda menyediakan pengukuran produk yang diperlukan melalui API kami atau menambahkannya ke Katalog Zonos.