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:
Material information
Info if standalone item or part of a machine
Intended use or industry
Whether the product can be of general use
We recommend the total description to not be longer than 30 and 50 words.
Last updated
Was this helpful?