Skip to content

PIM 26.11

Version 26.11
Release Date 09 June 2026

Changes

New features

  • Added a columnsOrder property 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 via POST /api/product-filters and is returned by the product filter endpoints GET /api/product-filters and GET /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