DOCS

Objek Classify

Objek Classify

Jelajahi kemampuan dan fungsi objek Classify.

Objek Classify akan mengembalikan bab, judul, subjudul, kode HTS khusus negara tarif, dan deskripsi dalam array kode.

Atribut 

BidangCatatan
id INTEGERPengenal unik untuk objek. Id untuk objek Classify akan selalu diawali dengan clfy.
classified_code STRINGKode yang diklasifikasikan.
codes HASHHash yang berisi daftar informasi tentang classified_code. Lihat atribut anak di bawah.
codes.code STRINGKode untuk bab (2 digit), judul (4 digit), subjudul (6 digit), atau kode tarif (8+ digit).
codes.description STRINGDeskripsi Jadwal Tarif Harmonis untuk bab, judul, subjudul, atau kode tarif.
codes.type STRINGJenis kode. Nilai yang mungkin termasuk chapter, heading, subheading, dan tariff.
combined_description STRINGKombinasi deskripsi kode hs yang berasal dari hierarki jadwal kode.
product_id INTEGERPengenal unik untuk produk.
truncated_combined_description STRINGKombinasi deskripsi kode hs yang berasal dari hierarki jadwal kode dipotong pada 50 karakter untuk digunakan pada faktur komersial.
1{
2 "id": "clfy_8C49fk2945jmm232CcQtHtXdu",
3 "classified_code": "6506.00",
4 "codes": [
5 {
6 "code": "65",
7 "description": "hats and headgear",
8 "type": "chapter"
9 },
10 {
11 "code": "6505",
12 "description": "hats and other headgear",
13 "type": "heading"
14 },
15 {
16 "code": "6505.00",
17 "description": "hats and other headgear, knitted or crocheted",
18 "type": "subheading"
19 }
20 ],
21 "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.",
22 "product_id": "895669256385",
23 "truncated_combined_description": "Hats and other headgear, knitted or crocheted"
24}
Pesan demo

Apakah halaman ini bermanfaat?


Di halaman ini: