属性
フィールド | ノート |
---|---|
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 | コードのタイプ。可能な値にはchapter 、heading 、subheading 、およびtariff が含まれます。 |
combined_description STRING | コードスケジュールの階層から派生したhsコードの説明の組み合わせ。 |
product_id INTEGER | 製品の一意の識別子。 |
truncated_combined_description STRING | 商業インボイスで使用するために50文字で切り取られたコードスケジュールの階層から派生したhsコードの説明の組み合わせ。 |
Classifyオブジェクト
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"
}
Classifyオブジェクト
Classifyオブジェクトの機能と能力を探ります。
このClassifyオブジェクトは、章、見出し、副見出し、関税国別のHTSコード、およびコード配列内の説明を返します。