Explore eAi7-EXIM: Track shipments, monitor suppliers, and analyze trade activity in one unified dashboard.

Developers

Developer Portal

Build on top of eai7's logistics infrastructure with our REST API, webhooks, and pre-built SDKs. Everything you need to integrate freight, customs, and fulfillment into your applications.

Quick Start

# Install the eai7 SDK
npm install @eai7/sdk

# Initialize with your API key
import { Eai7Client } from '@eai7/sdk'

const client = new Eai7Client({ apiKey: 'your_api_key' })

# Track a shipment
const shipment = await client.shipments.get('SHP-8821')
console.log(shipment.tracking.latestEvent)

Core API Endpoints

GET/v1/shipments
POST/v1/shipments
GET/v1/shipments/{id}/tracking
POST/v1/customs/classify
POST/v1/tariffs/simulate
GET/v1/rates/ocean

REST API

Full REST API with JSON responses, pagination, and comprehensive filtering.

Learn more →

Webhooks

Real-time event notifications for shipment status changes, customs events, and more.

Learn more →

SDKs

Official SDKs for Node.js, Python, Ruby, Java, and Go with full TypeScript support.

Learn more →