Classify 物件

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

Classify 物件會在 codes 陣列中傳回章節、標題、小標題、關稅國家特定 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}