Registro de Cambios de API

Sigue todos los cambios, nuevas funciones y mejoras en la API de Mercozy.

v1.7.0
2026-03-20
Último
  • Added Driver Earnings API with per-delivery fee calculation

  • Added Driver Settings endpoints (GET/PATCH tenant-level config)

  • Added delivery usage history endpoint (GET /delivery-batches/usage/history)

  • Added force-complete and force-cancel endpoints for delivery batches

  • Added public delivery tracking API with tracking token

v1.6.0
2026-03-19
  • Webhook events now fire for orders, payments, products, and customers

  • Added delivery event webhooks with automatic retry

  • Webhook signing secret shown on creation, limited to 10 endpoints per tenant

  • API keys limited to 10 per tenant

  • Added Stripe metered billing events for delivery usage

v1.5.0
2026-03-08
  • Added shippingAmount, discountAmount, and notes fields to Orders API

  • Added warehouseLocation field to Products and Variants API

  • Added forward geocoding search endpoint for address autocomplete

  • Added AI Vision endpoints (4 vision APIs) with credit system

  • Added push token admin endpoints for tenant management

v1.4.0
2026-02-26
  • Added version, commit, and buildTime to health check endpoint

  • Added CRUD audit logging across 6 core API controllers

  • Added DRIVER role to user authentication

  • Added RBAC permission guards on analytics and inventory endpoints

v1.3.0
2025-02-12
  • Added Customers API (CRUD)

  • Added Categories API (CRUD + tree endpoint)

  • Added Stock Movements API (list + create)

  • Added API changelog page

v1.2.0
2025-02-10
  • Added Interactive API Playground

  • TypeScript and Python SDK released

v1.1.0
2025-02-05
  • Added Webhooks API

  • Added signature verification for webhook payloads

v1.0.0
2025-02-01
  • Initial release

  • Products API (CRUD)

  • Orders API (list, get, update status, create shipment)

  • Inventory API (list stock levels)

  • API Key authentication

  • Rate limiting per plan