Skip to content

PIM 26.2

Version 26.2
Release Date 18 March 2026

Changes

New features

Permissions API endpoints promoted to stable

The following endpoints have been promoted from the preview API to the stable V26 API:

Endpoint Description
GET /api/application-permissions List all available application permissions.
GET /api/me/permissions Get the permissions of the currently authenticated user.
GET /api/roles List all roles.
GET /api/roles/{roleName}/grants Get the permission grants for a specific role.
PATCH /api/roles/{roleName}/grants Update the permission grants for a specific role.

Product Name support in JSON import

It is now possible to set the Product Name property via JSON product import. This allows setting localized product names through the import flow.

Enhancements

None

Deprecations

None