DOCS

Retrieve a classification

/

Hent en tollklassifisering

Hent et historisk tilbud for en forhåndsklassifisert vare.

Hent historiske tilbud for forhåndsklassifiserte varer ved å bruke Classify API-ens GET-forespørsel for å effektivisere dine grenseoverskridende handelsoperasjoner.

Attributter 

URL forespørsel parametere

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

FeltNotater
id PÅKREVDDenne verdien hentes internt og brukes av API-tjenestepunktet.string / GUID

Eksempel på forespørsel

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "id": "clfy_8C49fk2945jmm232CcQtHtXdu",
  "classified_code": "6116.10",
  "codes": [
    {
      "code": "61",
      "description": "ARTICLES OF APPAREL AND CLOTHING ACCESSORIES, KNITTED OR CROCHETED",
      "type": "chapter"
    },
    {
      "code": "6116",
      "description": "Gloves, mittens and mitts, knitted or crocheted",
      "type": "heading"
    },
    {
      "code": "6116.10",
      "description": "Gloves, mittens and mitts, knitted or crocheted",
      "type": "subheading"
    }
  ]
}

Var denne siden nyttig?