industry-department-solutions
latest
false
- Inventory management solution release notes
- Commercial pricing solution release notes
- May 2026
- April 2026
- Merchandising solution release notes
Supply Chain & Retail Solutions release notes
Last updated May 8, 2026
May 8, 2026
Data Ingestion API v2
The Supply Chain & Retail Data Ingestion API has been updated to v2. The new version introduces schema management, a built-in monitoring dashboard, and more flexible ingestion modes.
- Schema lifecycle management — save a standard schema per application version, roll it out to a tenant solution (automatically creates warehouse tables and a
_failed_rowscompanion table for each), upgrade to a new schema version with additive-only changes, or add individual columns without a full version upgrade. - Data Quality Dashboard — a pre-built canvas asset that monitors ingestion outcomes in real time: KPI cards for records ingested and pass/fail/warning counts, time-series charts, top error codes, per-table and per-request breakdowns, and a failed-rows detail page showing the exact source field values that failed validation.
- Scheduled ingestion — opt-in per table and tenant; rows buffer as they arrive and flush to the warehouse on a configured cron schedule. Both Quartz and Unix cron formats are supported.
- Async validation by default — validation runs asynchronously after the API responds; failed rows are written to the
_failed_rowscompanion tables and surfaced in the Data Quality Dashboard. dryRunflag — all schema and ingest endpoints acceptdryRun: trueto validate a payload without persisting it.207 Multi-Statuspartial-success — rollouts and upgrades return207when some tables succeed and some fail, withsuccessfulObjectsandfailedObjectsmaps in the response.