ProviderTrack Documentation
Shipment Tracking & Logistics Management System
System Overview
ProviderTrack is a Django-based API system that enables:
- Multi-Provider Shipment Tracking: Support for DHL, FedEx, JNE, POS Indonesia, SiCepat, and more
- CEISA Integration: Seamless customs clearance tracking via Indonesian CEISA system
- Outsider API: REST endpoints for external partners and clients
- Plugin Architecture: Easy addition of new shipping providers via admin interface
- Real-time Status Updates: Live tracking with automated status synchronization
Quick Navigation
For API Users
- Complete API Reference: All endpoints with examples
- Authentication Setup: Token-based auth guide
- Error Handling: Troubleshooting guide
For Administrators
- Provider Management: Adding shipping providers
- System Deployment: Production setup guide
Live System Access
- Production API: https://track.oklabs.my.id/api/
- Admin Interface: https://track.oklabs.my.id/admin/
- System Health: https://track.oklabs.my.id/health/
Getting Started
- Get API Token: Contact admin for authentication credentials
- Create Purchase Orders: POST to /api/outsider/purchase-orders/
- Track Shipments: Monitor via /api/outsider/shipments/ endpoints
- Handle Webhooks: Implement real-time event handling
Real Examples
Supported Providers
- DHL Express (ID: 2) - Global express delivery
- FedEx (ID: 3) - International shipping
- JNE Express - Indonesian domestic/international
- POS Indonesia - National postal service
- SiCepat - Indonesian e-commerce logistics
Test Data
- DHL AWB: 5451596323
- FedEx AWB: 883134258320
- CEISA AJU: 05010000622320250808001234
Back to OKLABS Documentation Hub