Classify 物件

探索 Classify 物件的功能和用途。

Classify 物件會傳回章、標題、副標題、關稅國家特定 HTS 代碼以及代碼陣列中的說明。

屬性 

欄位備註
id INTEGER物件的唯一識別碼。Classify 物件的 id 一律以 clfy 開頭。
classified_code STRING分類代碼。
codes HASH包含 classified_code 相關資訊清單的雜湊表。請參閱下方的子屬性。
codes.code STRING章(2 位數)、標題(4 位數)、副標題(6 位數)或關稅代碼(8+ 位數)的代碼。
codes.description STRING章、標題、副標題或關稅代碼的協調關稅制度說明。
codes.type STRING代碼的類型。可能的值包括 chapterheadingsubheadingtariff
combined_description STRING由代碼時間表階層衍生的 hs 代碼說明組合。
product_id INTEGER產品的唯一識別碼。
truncated_combined_description STRING由代碼時間表階層衍生的 hs 代碼說明組合,為用於商業發票而在 50 個字元處截斷。
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}