Changelog
v1.0.0 — 2026-04-23
Sección titulada «v1.0.0 — 2026-04-23»Lanzamiento público de la Pickwise API para integradores.
Endpoints
Sección titulada «Endpoints»GET /health— health checkPOST /products— upsert individual de productosPOST /products/batch— upsert en lote (max 200)GET /products— listado paginadoGET /products/{externalId}— producto por ID externoPOST /orders— upsert individual de órdenesPOST /orders/batch— upsert en lote (max 50)GET /orders— listado paginado con filtrosGET /orders/{externalId}— orden por ID externoPOST /orders/{externalId}/cancel— cancelación (PENDING y PENDING_VALIDATION)POST /webhooks,GET /webhooks,PATCH /webhooks/{id},DELETE /webhooks/{id}— CRUD de webhooksPOST /webhooks/{id}/test,POST /webhooks/{id}/replay— testing y replayGET /webhooks/{id}/deliveries,GET /webhooks/{id}/dead-letters— observabilidad
Eventos de webhook
Sección titulada «Eventos de webhook»order.status_changedorder.issue_detectedorder.issue_resolvedorder.items_adjustedproduct.stock_updated
Features
Sección titulada «Features»- Autenticación Bearer con permisos granulares
- Idempotencia por
externalId+ headerX-Idempotency-Key - Rate limiting 60 req/min con headers
X-RateLimit-* - Webhooks firmados con HMAC-SHA256, retry automático, DLQ