Changelog
API change history.
v1.1.0 - July 2026
New Features
- PDF Labels - New endpoints for label generation
GET /api/guias/etiqueta/{guia}- Large letter-size labelGET /api/guias/etiqueta-pequena/{guia}- 10x10cm label for packages
Improvements
- Support for multiple packages in small labels
- QR codes in large labels for tracking
v1.0.0 - June 2026
Initial Release
-
Authentication
POST /api/auth/login- JWT loginGET /api/auth/validate- Validate token
-
Shipping Guides
POST /api/guias/crear- Create guidesGET /api/guias/validar-destino/{code}- Validate destination
-
Branches
GET /api/sucursales- List allGET /api/sucursales/destinos- Destinations onlyGET /api/sucursales/origenes- Origins only
Coming Soon
- Shipment tracking
- Status notification webhooks
- Shipping quote calculator
:::info Versioning The API currently has no versioning in the URL. Changes are backward compatible. Any breaking changes will be notified in advance. :::