Skip to content

PIM 26.17

Version 26.17
Release Date 29 July 2026

Changes

New features

  • New v26-preview API endpoints available:

    • GET /api/import-export-specifications, used to get a list of import/export specifications
    • GET /api/import-export-specifications/{id}, used to get a specified import/export specification
    • POST /api/import-export-specifications, used to create an import/export specification
    • PUT /api/import-export-specifications/{id}, used to update a specified import/export specification
    • DELETE /api/import-export-specifications/{id}, used to delete a specified import/export specification

    • GET /api/media-bank/url, used to get the base URL of the configured MediaBank6 file chooser

    • GET /api/media-bank/{id}, used to get the metadata for a single MediaBank6 file link
    • PUT /api/media-bank, used to create or update a MediaBank6 file link

Enhancements

None

Deprecations

None