For the complete documentation index, see llms.txt. This page is also available as Markdown.

July 23th

Changelog released on 2026-07-23

Welcome to this release, featuring unique name display in Bulk Update, inputs and drag-to-upload, improved hotspots, increased API body limits with fallback disabling, classification/category attribute updates.

Enhancement

  1. Updating classifications by multiple OwnerReference: Product Update now supports multiple OwnerReference through property BulkRemoveWhereOwnerReferenceIs (SP-2068)

  2. Ensure unique name display in Bulk update: (SP-2767)

  3. Make it possible to disable fallback values when fetching attribute values via the API: Made it possible to disable fallback values when fetching attribute values. (SP-2585)

Bug

  1. Hotspots need better handling of many hotspots: Button for add is now placed at the bottom when first hotspot added. Button will always be visible no matter amount of hotspots added. An additional add hotspot have been added as icon next to the close hotspot icon. (SP-2690)

  2. Drag to upload asset does not work in lists with complex attributes: Fixed issue with drag and drop asset upload on a complex attribute. (SP-2693)

  3. Asset reference input has a different height than other input fields: (SP-2694)

  4. Global list thumbnails are cropped: (SP-2695)

Task

  1. Bulk update: If attribute exist on categori we do not check if the entity is in one of the categories: Validates if category attribute is available for entity (SP-148)

  2. Support updating category attributes on product dynamically, when updating primary category on same product: If primary category changed, other tabs will reload, showing new category attributes if available. Reload will only happen if no changes made to content. (SP-1143)

  3. During import, include category attributes for entities only when the attribute is linked to a category that is part of the entity’s category path. Attributes assigned to other categories in the PIM should be ignored: Validates if category attribute is available for entity (SP-1851)

  4. Increase API request body limit: Increased body request size limit to 100 mb. (SP-2662)

Last updated