As explained in our blog post “Are you ready for the new Energy Label regulation?”, on the 1st of March, the new EU Energy Label attributes from the EPREL database will be released. At the moment, Icecat is preparing this update. In conclusion, on Friday, the 26th of February, we will add the new EU Energy Label attributes to our XML and JSON APIs. You will find below examples of the new energy label attributes in product XML and JSON format.
<MultimediaObject langid="0" Size="118141" Height="0" Width="0" IsRich="1" URL="https://example-img.icecat.biz/objects/mmo_28409709_1568800785_0373_32295.pdf" Type="EU Energy Label" UUID="83B523F5-6873-46B3-8F30-B9F90F9AFD3A" MultimediaObject_ID="100008217" KeepAsURL="0" Description="EU Energy Label" Date="2021-02-22 17:39:05" ContentType="application/pdf" EprelLink="https://example-img.icecat.biz/img/interface/select-arrow-top.png" LabelType="rescaled" PreviewWidth="0" PreviewUrl="" PreviewSize="0" PreviewHeight="0"/>
<MultimediaObject langid="0" Size="118141" Height="0" Width="0" IsRich="1" URL="https://example-img.icecat.biz/objects/mmo_28409709_1568800785_0373_32295.pdf" Type="EU Energy Label" UUID="83B523F5-6873-46B3-8F30-B9F90F9AFD3A" MultimediaObject_ID="100008217" KeepAsURL="0" Description="EU Energy Label" Date="2021-02-22 17:39:05" ContentType="application/pdf" EprelLink="" LabelType="non-rescaled" PreviewWidth="0" PreviewUrl="" PreviewSize="0" PreviewHeight="0"/>
{
"Multimedia": [
{
"ID": "9A7393E5-9291-488F-B3DE-48343978E8DF",
"URL": "https://example-img.icecat.biz/objects/mmo_636_1613477854_1532_99.pdf",
"Type": "EU Energy Label",
"ContentType": "application/pdf",
"KeepAsUrl": "0",
"Description": "EU Energy Label",
"Size": "13264",
"IsPrivate": "0",
"Updated": "2021-02-16 13:17:34",
"Language": "EN",
"IsVideo": 0,
"EprelLink": "https://example-img.icecat.biz/objects/mmo_eprel_link.jpg",
"LabelType": "rescaled"
},
{
"ID": "BE909817-F0F0-4D0C-A51D-050741F6ED7C",
"URL": "https://example-img.icecat.biz/objects/mmo_636_1613478035_2805_92.jpg",
"Type": "EU Energy Label",
"ContentType": "image/jpeg",
"KeepAsUrl": "0",
"Description": "EU Energy Label",
"Size": "7427",
"IsPrivate": "0",
"Updated": "2021-02-16 13:20:35",
"Language": "EN",
"IsVideo": 0,
"EprelLink": "",
"LabelType": "non-rescaled"
}
]
}
As AI-driven search reshapes online discovery, GEO (Generative Engine Optimization) is becoming vital for e-commerce…
In release 231, our focus was two main areas: delivering the Icecat MCP server, a…
Version 0.9 (Updated on September 5th, 2025) This guide provides step-by-step instructions on how to install…
At Icecat, we’ve spent years building and refining validated product data. We know its value…
Icecat is a leading product content management and syndication platform that helps brands, manufacturers, distributors,…
BoltAI is a desktop application that allows you to use different LLM (large language models)…
View Comments
is the new EU Energy Label attributes a NEW record/field or is it just replacing the existing Energy label? and if so, will it get a new timestamp?
Dear Marcel
The new EU Energy Label will be present in the same tag as the Energy labels have been presented until now. You can differentiate the old and the new Energy label based on the "LabelType". LabelType=non-rescaled is the old Energy Label. LabelType=rescaled is the new one.