DOCS

Retrieve a classification

Retrieve a tariff classification

Retrieve a historical quote for a pre-classified item.

Retrieve historical quotes for pre-classified items using the Classify API's GET request to streamline your cross-border trade operations.

Attributes 

URL request parameters

GET | https://api.zonos.com/v1/classify/:id

FieldNotes
id REQUIREDThis value is obtained internally and used by the API service endpoint.string / GUID
1{
2 "id": "clfy_8C49fk2945jmm232CcQtHtXdu",
3 "classified_code": "6116.10",
4 "codes": [
5 {
6 "code": "61",
7 "description": "ARTICLES OF APPAREL AND CLOTHING ACCESSORIES, KNITTED OR CROCHETED",
8 "type": "chapter"
9 },
10 {
11 "code": "6116",
12 "description": "Gloves, mittens and mitts, knitted or crocheted",
13 "type": "heading"
14 },
15 {
16 "code": "6116.10",
17 "description": "Gloves, mittens and mitts, knitted or crocheted",
18 "type": "subheading"
19 }
20 ]
21}

Was this page helpful?