v1.0.0 (December 2024)
Initial release of the CrossBorderly Shipping API.Features
Order creation with automatic label generation
Manifest submission with AWB support
Real-time tracking with full history
Multi-format label downloads (PDF, ZPL, PNG)
Webhook notifications for status changes
Batch tracking for up to 100 parcels
Idempotency support for safe retries
Bilingual error messages (EN/ES)
Supported Countries
- 🇪🇨 Ecuador
- 🇲🇽 Mexico
- 🇨🇴 Colombia
- 🇵🇪 Peru
- 🇨🇱 Chile
API Endpoints
| Endpoint | Method | Description |
|---|---|---|
/api/v1/orders/create | POST | Create shipping order |
/api/v1/orders/void | POST | Void orders |
/api/v1/manifests/submit | POST | Submit manifest |
/api/v1/tracking/{id} | GET | Single tracking |
/api/v1/tracking/batch | POST | Batch tracking |
/api/v1/labels/{id} | GET | Label info |
/api/v1/labels/{id}/download | GET | Download label |
/api/v1/labels/{id}/reprint | POST | Reprint label |
/track/{id} | GET | Public tracking |
Upcoming
Q1 2025
- 🇧🇷 Brazil support
- 🇦🇷 Argentina support
- Custom tracking page branding
- Rate card management API
Q2 2025
- Multi-carrier support
- Delivery appointment scheduling
- Enhanced analytics API
Deprecation Policy
- Deprecated features are announced 6 months in advance
- Deprecation notices appear in API responses
- Breaking changes increment the major version