PIM 26.11
| Version | 26.11 |
|---|---|
| Release Date | 09 June 2026 |
Changes
New features
- Added a
columnsOrderproperty to the product filter model, which persists and reflects the user's chosen order of columns for a filter. It can be set when creating a filter viaPOST /api/product-filtersand is returned by the product filter endpointsGET /api/product-filtersandGET /api/product-filters/{id}. - New public API endpoints are now available:
POST /api/brands/{id}/attribute-collection, used to set the attribute collection of a brand.GET /api/attribute-groups/{id}, used to retrieve an attribute group by id.DELETE /api/attribute-groups/{id}, used to delete an attribute group by id.
Enhancements
None
Deprecations
None