Back to Features
⚙️

Origin Detection

ActiveCoreMUSTFREE

What it does

Detect the most likely country of origin from product descriptions, brand names, and manufacturer information. Origin detection is critical for applying the correct duty rates and determining FTA eligibility. The system uses brand-country mapping, manufacturer databases, and product naming conventions.

Required Fields for 100% Accuracy

1 required / 3 total
FieldTypeRequired
productNamestring!
categorystringopt
origin_countrystringopt

Tips for Best Accuracy

  • Brand names are the strongest signal for origin detection
  • If the actual origin is known, always set origin_country explicitly
  • Detection is heuristic-based — for high-stakes shipments, verify with the supplier

Common Mistakes

  • Assuming brand country = manufacturing country — "Apple" is US brand but products are made in CN/VN/IN
  • Not providing origin when known — detection is a best-guess fallback, not a substitute for actual origin

How to use it

1

Include product details

Provide productName, brand, or manufacturer in your classification request.

2

Check origin in response

The countryOfOrigin field in the classification response shows the detected origin.

3

Override if known

If you know the actual origin, set origin in the /calculate request to override detection.

4

Impact on duties

Origin determines which duty rate applies — MFN, preferential, or trade remedy rates.

API Reference

POST/api/v1/classify

Related Features

Having issues?