Atribut
Field | Notes |
---|---|
id INTEGER | Pengidentifikasi unik untuk objek. Id untuk objek Classify akan selalu diawali dengan clfy . |
classified_code STRING | Kode yang terklasifikasi. |
codes HASH | Sebuah hash yang berisi daftar informasi tentang classified_code . Lihat atribut anak di bawah. |
codes.code STRING | Kode untuk bab (2 digit), judul (4 digit), subjudul (6 digit), atau kode tarif (8+ digit). |
codes.description STRING | Deskripsi Jadwal Tarif Harmonisasi untuk bab, judul, subjudul, atau kode tarif. |
codes.type STRING | Jenis kode. Nilai yang mungkin termasuk chapter , heading , subheading , dan tariff . |
combined_description STRING | Kombinasi deskripsi kode hs yang berasal dari hierarki jadwal kode. |
product_id INTEGER | Pengidentifikasi unik untuk produk. |
truncated_combined_description STRING | Kombinasi deskripsi kode hs yang berasal dari hierarki jadwal kode yang dipotong hingga 50 karakter untuk digunakan pada faktur komersial. |
Classify object
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"id": "clfy_8C49fk2945jmm232CcQtHtXdu",
"classified_code": "6506.00",
"codes": [
{
"code": "65",
"description": "hats and headgear",
"type": "chapter"
},
{
"code": "6505",
"description": "hats and other headgear",
"type": "heading"
},
{
"code": "6505.00",
"description": "hats and other headgear, knitted or crocheted",
"type": "subheading"
}
],
"combined_description": "Hats and other headgear, knitted or crocheted, or made up from lace, felt or other textile fabric, in the piece (but not in strips), whether or not lined or trimmed; hair-nets of any material, whether or not lined or trimmed.",
"product_id": "895669256385",
"truncated_combined_description": "Hats and other headgear, knitted or crocheted"
}
Objek Classify
Jelajahi kemampuan dan fungsi dari objek Classify.
Objek Classify akan mengembalikan bab, judul, subjudul, kode HTS spesifik negara tarif, dan deskripsi dalam array kode.