Platform

One operations layer.
Every cross-border step.

Four integrated modules — HS Classifier, Tariff Calculator, Document Generator, Trade Intelligence — backed by a REST API and a tamper-evident audit ledger. Every AI action runs through Band A→D approval gates.

Module 01

HS Classifier

Derives 6–10 digit Harmonized System codes from product category, ingredient list, destination market, and declared value. Returns a confidence-scored classification with regulatory status, required documents, and any prohibited-ingredient flags.

  • Chapter-level to 10-digit precision depending on corridor requirements
  • Source-grounded output: confirmed vs. AI-assumption vs. missing data clearly labelled
  • CN customs category labels (中文) auto-appended for CN-bound goods
  • Batch classify up to 50 SKUs per API call
  • Confidence range 0.60–0.98; low-confidence items flagged for broker review
  • Integrates with CN GACC positive list and CBEC permitted categories
Output precision
6–10 digits
Batch size
50 SKUs
Confidence score
0.60–0.98
Markets
CN · HK · SG · TH · MY
Sample Classification Output
Field Value
HS Code1108.19.90
CN Category變性澱粉 / 变性淀粉
StatusApproved
Confidence0.92
Duty (MFN)10%
CEPA Rate0% (Form CO)
Req. DocsCFS · CN Label 3
Sample data — for illustrative purposes. Always verify with a licensed customs broker before filing.
Module 02

Tariff Calculator

Calculates landed cost for a shipment: MFN duty, preferential rate (CEPA/RCEP), VAT, additional taxes, and CBEC-specific rules including de minimis thresholds. Outputs a line-by-line cost breakdown that a CFO can audit.

  • CEPA preferential rate: 0% for qualifying HK-origin goods to CN
  • RCEP preferential rates for CN ↔ ASEAN-8 member corridors
  • CBEC cross-border e-commerce tax rules (行邮税 vs standard import tax)
  • De minimis thresholds by corridor (CNY 50 / CNY 1,000 CBEC threshold)
  • VAT and additional taxes (consumption tax where applicable)
  • Landed cost summary exportable as PDF or JSON
Landed Cost Breakdown (Sample)
ComponentRateAmount (CNY)
Declared value420.00
MFN duty (10%)10%42.00
CEPA duty (Form CO)0%0.00
VAT (9%)9%37.80
Freight + insurance65.00
Landed cost522.80
✓ CEPA saving: CNY 42.00 vs MFN
Agreement Coverage
CEPA (HK–CN) Active
RCEP (CN–ASEAN) Active
CBEC (CN e-commerce) Active
MFN Standard All corridors
Disclaimer: Tariff calculations are indicative only. Rates change without notice. Verify all duty calculations with a licensed customs broker before importing or exporting.
Module 03

Document Generator

Generates customs-ready trade documents from your shipment data. Commercial invoice, packing list, certificate of origin (for CEPA/RCEP claims), and customs declaration drafts. Band D gated — no declaration is filed without a logged human signature.

  • Commercial invoice with HS codes and CEPA/RCEP preferential-rate flags
  • Packing list with net/gross weight and carton-count breakdown
  • Certificate of Origin draft (Form CO / Form E / Form N) for broker completion
  • CN customs declaration (报关单) pre-fill from HS classification data
  • CBEC platform filing data packet (天猫国际/京东国际/抖音跨境 formats)
  • All filing actions Band D gated — AI drafts, human signs, system records
Band A
Read-only: classification queries, tariff lookups
Band B
Draft generation: documents, estimates
Band C
Prepare: pre-fill declaration data
Band D — Blocked
File, pay, submit: requires human signature + logged approval
Draft Queue Pending Sign-off Filed
SHP-20240312-HK001
Commercial Invoice · Form CO Draft
Awaiting Sign-off
SHP-20240310-HK004
Packing List · 报关单 Pre-fill
Draft Ready
SHP-20240308-SG002
RCEP Form N · Signed
Filed
Module 04

Trade Intelligence

Monitors regulatory sources for policy changes affecting your specific trade lanes and HS codes. Surfaces alerts before they affect your next shipment — CEPA supplement amendments, RCEP origin rule updates, CBEC positive-list revisions, CN export restrictions.

  • CEPA Supplement alerts — new goods coverage, origin-rule changes
  • RCEP staging schedule updates — rate reductions on your specific HS codes
  • CBEC positive-list additions and removals (跨境电商正面清单)
  • CN 《进出口商品分类目录》 annual revisions affecting your HS headings
  • Section 301 / retaliatory tariff changes (US↔CN corridor monitoring)
  • Alerts delivered via API webhook, email digest, or dashboard feed
API: /v1/intelligence/alerts →
Policy Update
CEPA Supplement XXIII — New goods coverage
Affects HS Chapter 21 (Miscellaneous edible preparations). Review origin documentation for corridor HK→CN. (Sample alert — for illustrative purposes)
RCEP Staging
Rate reduction — HS 1108.xx (starches) for CN→SG
RCEP staging schedule Year 4 rate drop from 8% to 5%. Update tariff estimates. (Sample alert — for illustrative purposes)
CBEC List
3 new HS codes added to CBEC positive list
New additions enable CBEC clearance for your category. Tax rate: 行邮税 9%. (Sample alert — for illustrative purposes)
REST API

Integrate any stack.

Straightforward JSON API with API key authentication. No SDK required. Rate limits scale with your plan.

Method Path Description Auth
GET /v1/health Health check None
POST /v1/classify Classify a single product X-API-Key
POST /v1/classify/batch Classify up to 50 products X-API-Key
POST /v1/tariff/calculate Calculate landed cost X-API-Key
POST /v1/documents/generate Generate trade document draft X-API-Key
GET /v1/intelligence/alerts Fetch policy change alerts X-API-Key
POST /v1/intelligence/subscribe Subscribe webhook to alert feed X-API-Key
Full API Documentation →