> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/changelog/july-2026/july-23th.md).

# 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)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.struct.com/changelog/july-2026/july-23th.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
