PierForge automates HS code classification, tariff calculation, CEPA/RCEP/CBEC optimization, and customs documentation for CN–HK–ASEAN cross-border operators. Every AI action runs through approval bands — Band D (payment, customs filing) requires a human signature.
Every shipment across a customs boundary triggers a chain of regulated, document-heavy tasks: HS code lookup, duty calculation, origin-rule verification, declaration filing. Mid-size CN exporters run this across 3–5 corridors simultaneously — yet cannot afford an 8-person compliance team per lane.
See Use Cases →Four primary trade lanes. Each corridor carries distinct tariff structures, regulatory frameworks, and compliance burdens. (All figures are indicative market-size references — sample data only.)
Classify products, calculate tariffs, and generate trade documents via a straightforward REST API. Batch up to 50 SKUs per call. Confidence scores on every classification.
// Request curl -X POST https://api.pierforge.com/v1/classify \ -H "X-API-Key: pk_live_..." \ -d '{ "market": "CN", "product": { "name": "Organic Elderflower Extract", "originCountry": "HK", "destCountry": "CN", "category": "herbal_extract", "declaredValueCny": 420, "ingredients": ["elderflower", "ethanol"] } }' // Response { "ok": true, "classification": { "hsCode": "1302.19.90", "status": "requires_registration", "importDutyRate": 0.10, "cepaRate": 0.00, // CEPA Form CO saves 10% "vatRate": 0.09, "confidence": 0.88, "requiredDocs": ["CFS", "CN Label 3"] } }
Built on the CompanyForge engine — approval bands, audit ledger, per-operator memory
Powered by CompanyForge