Skip to main content

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

EndpointMethodDescription
/api/v1/orders/createPOSTCreate shipping order
/api/v1/orders/voidPOSTVoid orders
/api/v1/manifests/submitPOSTSubmit manifest
/api/v1/tracking/{id}GETSingle tracking
/api/v1/tracking/batchPOSTBatch tracking
/api/v1/labels/{id}GETLabel info
/api/v1/labels/{id}/downloadGETDownload label
/api/v1/labels/{id}/reprintPOSTReprint label
/track/{id}GETPublic 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

Breaking Changes

Breaking changes that require action will be clearly marked with:
BREAKING: Description of what changed and migration steps
Current version has no breaking changes.