API 변경 기록
Mercozy API의 모든 변경 사항, 새 기능 및 개선 사항을 추적합니다.
v1.7.0
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
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
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
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
Added Customers API (CRUD)
Added Categories API (CRUD + tree endpoint)
Added Stock Movements API (list + create)
Added API changelog page
v1.2.0
Added Interactive API Playground
TypeScript and Python SDK released
v1.1.0
Added Webhooks API
Added signature verification for webhook payloads
v1.0.0
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