DOCS

Retrieve a classification

/

Haal een tariefclassificatie op

Haal een historische offerte op voor een vooraf geclassificeerd artikel.

Haal historische offertes op voor vooraf geclassificeerde artikelen met behulp van de GET-aanroep van de Classify API om uw grensoverschrijdende handelsoperaties te stroomlijnen.

Attributen 

URL-aanroepparameters

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

VeldOpmerkingen
id VERPLICHTDeze waarde wordt intern verkregen en gebruikt door het API-service-eindpunt.string / GUID

Voorbeeldaanroep

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"
    }
  ]
}

Was deze pagina nuttig?