May
06/05/2026
App: 5.84.1
Settings: 5.84.1
Improvements
🌐 API
Find items by creation and update date through the Items API
You can now retrieve items through the Items API based on creation and update date making it straightforward to retrieve only recently updated items without having to go through the Audit Logs API.
Partner invitations can now be created via the public API
A new Partner Invitations API allows to programmatically invite partners to Product-Live, no admin intervention required. This makes it straightforward to automate the onboarding process directly from a Data Factory job using protocol-http-perform.
💻 User Experience
Improve composite fields display
You can now allow and prevent users to add and delete lines in composite fields enabling you to control who can add or remove information. That can be valuable when you request your partner to provide you an exact number of data in a product.
xml
<Column-Composite key="DESCRIPTION_PILES" read-only="true" lines-read-only="true" position="8">
<Column-Field key="BATTERIES_INCLUDED" position="1" />
<Column-Field key="BATTERIES_REQUIRED" position="2" />
</Column-Composite>1
2
3
4
2
3
4
TIP
It is recommended to also set the read-only to true to avoid the full composite field deletion.
🗃️ Traceability
Conditional formatting status changes now visible in the item history tab
The item history now includes conditional formatting status transitions, so you can see exactly when a product became valid or invalid — directly from the item history tab, without having to infer it from past edits.

Resolved issues
📥 Publication/Collect
Fix a suggestion application issue
It is now possible to accept and apply suggested values on any option lists from your partner enabling you to update your product with latest values.
Fix an issue on Data Factory task exchange-create-suggestions
When a publication containing ATTACHMENT or IMAGE is collected by the Data Factory task exchange-create-suggestions and there is no matching item, that item is now correctly created with all published fields, including ATTACHMENT and IMAGE.