PIM 26.19
| Version | 26.19 |
|---|---|
| Release Date | 04 August 2026 |
Changes
New features
New public API endpoints for managing product enrichers are now available in preview:
GET /api/product-enrichers, used to list product enrichers.POST /api/product-enrichers, used to create a product enricher.GET /api/product-enrichers/{id}, used to retrieve a product enricher by id.PUT /api/product-enrichers/{id}, used to replace a product enricher.PATCH /api/product-enrichers/{id}, used to partially update a product enricher.DELETE /api/product-enrichers/{id}, used to delete a product enricher.
Enhancements
None
Deprecations
None