DOCS

Classify object

/

Classifyオブジェクト

Classifyオブジェクトの機能と能力を探ります。

このClassifyオブジェクトは、章、見出し、副見出し、関税国別のHTSコード、およびコード配列内の説明を返します。

属性 

フィールドノート
id INTEGERオブジェクトの一意の識別子。Classifyオブジェクトのidは常にclfyで始まります。
classified_code STRING分類コード。
codes HASHclassified_codeに関する情報のリストを含むハッシュ。以下の子属性を参照してください。
codes.code STRING章(2桁)、見出し(4桁)、副見出し(6桁)、または関税コード(8桁以上)のコード。
codes.description STRING章、見出し、副見出し、または関税コードのための調和関税スケジュールの説明。
codes.type STRINGコードのタイプ。可能な値にはchapterheadingsubheading、および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"
}

このページは役に立ちましたか?


このページには: