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코드의 유형. 가능한 값에는 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"
}

이 페이지가 도움이 되었습니까?


질문 있으세요?

문의하세요.

Zonos을 보세요

정책 및 계약
이 페이지에서: