Skip to content

PIM 25.25

Version 25.25
Release Date 29 October 2025

Changes

New features

  • New CreatedAt and UpdatedAt columns in the products list page (can be toggled in the columns selector)
  • New filters for CreatedAt and UpdatedAt in the product filters section
  • CreatedAt and UpdatedAt for ProductCatalogueItem are now exposed in the PIM API. It is part of the response model of:
    • GET /api/products/{id}
    • POST /api/products/search-by-ids
  • It is now possible to filter on CreatedAt and UpdatedAt for ProductCatalogueItem on POST /api/products/filter-v3.

Note

Products created before this feature was deployed are stamped with 1/1 2025 for CreatedAt and UpdatedAt.

Enhancements

  • Global list system names are now included in the responses of the following endpoints when an attribute is configured to use a global list as its data source:
    • GET /api/attributes
    • POST /api/attributes/search-by-system-names
    • POST /api/attributes/search-by-ids