April
17/03/2026
SFTP server deletion
The legacy SFTP server client-storage.product-live.com has been decommissioned. All SFTP connections must be migrated to the new designated server.
16/03/2026
Scheduled maintenance - Product-Live Data Factory - 12:00–12:15 CET (Paris time zone)
As part of routine infrastructure maintenance, job processing will be temporarily suspended during this window. All jobs will resume automatically upon completion.
During this window, job processing will be temporarily paused. All jobs are expected to resume automatically once maintenance is complete.
For real-time updates, please refer to our status page
13/04/2026
App: 5.81.1
Settings: 5.81.1
Resolved issues
🧰 Data Factory
Fix an issue on the Data Factory file-generation-archive task
Fixed an issue where the XML header generated by the Data Factory file-generation-archive task contained an invalid attribute order, producing malformed XML files. Affected exports are now generated with a valid XML declaration, restoring full file compatibility.
Fix issue import items "Unclosed root tag"
Fix the "Unclosed root tag" error where item import jobs fail due to a malformed XML report despite all items being successfully imported, resulting in unjustified technical errors for users.
09/04/2026
App: 5.81.1
Settings: 5.81.1
Improvements
🌐 API
New api endpoints
New api partners endpoints are now available enabling you to manage and access your partners information within your Data Factory jobs.
🧰 Data Factory
New Data Factory exchange-create-publications
You can now automate the publication of your partner products including composite fields. Moreover with this new Data Factory exchange-create-publications task, you can now create more advanced suggestions, with the Suggestions api, dedicated to different screens with different set of data which can either be automated or require manual controls.
json
{
"name": "exchange-create-publications",
"taskReferenceName": "create_publications",
"description": "Create publications",
"type": "SUB_WORKFLOW",
"optional": false,
"inputParameters": {
"items": "file://assets/items.xml",
"screenKey": "SUPPLIERS",
"partnerAccountKey": "${workflow.variable.partnerKey}"
}
}1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
📥 Publication/Collect
Apply suggested composite fields on your products
It is now possible to apply suggested composite fields through the interface enabling you to updates your products with the suggested values from your partners including composite fields.

Improve Suggestions api
You can now, from your suggestions, retrieve the matching item line for each suggestion composite field line, enabling you to automate the application of those lines on your products. That enables you to reduces the amount of controls your teams need to do to update your products based on your partner suggestions.
Resolved issues
🌐 API
Fix a Publications api issue
When retrieving publications using the Publications api, you can not correctly get the composite fields published enabling you to automate advance collect workflows.
📥 Publication/Collect
Fix a Composite line recommandation issue
When a collect strategy is defined on an option list field within composite field, the suggested lines are now recommanded on the correct item lines enabling you to easily know on which line to apply updates.
💻 User Experience
Fix a composite field edition issue
When editing text fields within a composite field, Suppr now behaves as expected, deleting the character before and not the whole field value.