Tariff Classificaiton

You can use our product tariff classification using our API.

curl -X 'POST' \
  'https://dev.api.digicust.com/generic/api/<YOUR CUSTOMER ID>/<YOUR PROJECT ID>/tariff-classification/classify_cn' \
  -H 'accept: application/json' \
  -H 'accept-language: en-US,en;q=0.9' \
  -H 'Authorization: Bearer <YOUR ACCESS TOKEN>' \
  -H 'content-type: application/json' \
  -d '{
        "description": "Schokolade",
        "remark": "Manufacturer, Designation",
        "barCode": "EAN code"
      }'

Make sure to replace the placeholders.

Sometimes the service runs into status 500 errors. Often, retry of these errors helps. We work on making our tariff classification API more and more stable.

Use remark for any additional information, such as:

  1. Material information

  2. Info if standalone item or part of a machine

  3. Intended use or industry

  4. Whether the product can be of general use

We recommend the total description to not be longer than 30 and 50 words.

Last updated