Skip to main content

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 label
    • GET /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 login
    • GET /api/auth/validate - Validate token
  • Shipping Guides

    • POST /api/guias/crear - Create guides
    • GET /api/guias/validar-destino/{code} - Validate destination
  • Branches

    • GET /api/sucursales - List all
    • GET /api/sucursales/destinos - Destinations only
    • GET /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. :::