cancel
Showing results for 
Search instead for 
Did you mean: 
1WSCGomez
Moderator
Moderator

Note that the EU Energy Label is a paid service, if you do have access to it, you can use our API to check the availability of EU energy labels and product fiche.

How to do an API Check on Energy Labels?

You can do this with the script below - you need to use your script identification such as SKEY and ZoneID.

https://ws.cs.1worldsync.com/SKEY/logoicons/ZONEID?cpn= articlnumber&mf= Samsung&pn= UE43CU8000KXXU&lang=EN&market=gb

A positive answer from the API can be found below.

<product_data_response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://cdn.cs.1worldsync.com/logo/content/schema/ProductData/2.0/product_data_response.xsd">

<authentication>

<username>TEST USER</username>
</authentication>

<contentResponse>

<productDetail CDSProductId="S27890533">

<manufacturerName>

<text locale="en">

<![CDATA[ Samsung ]]>
</text>
</manufacturerName>

<partNumber>

<manufacturerPartNumber>QE43LS03BGUXXU</manufacturerPartNumber>
</partNumber>

<logos>

<logo type="euEnergy">

<media>

<images>

<image locale="en" mimeType="image/png" style="medium">

<![CDATA[ https://cdn.cs.1worldsync.com/logo/icons/euenergy/eco/g/2_en.png]]>
</image>
</images>

<contentUrl>

<![CDATA[ https://ws.cs.1worldsync.com/e6cf7082/page/f7a2a998cd/LLogoService?logoid=11&cpn=H7HQ&mf=Samsung&pn=... ]]>
</contentUrl>

<contentWidth>

<![CDATA[ 280 ]]>
</contentWidth>

<contenHeight>

<![CDATA[ 560 ]]>
</contenHeight>
</media>
</logo>
</logos>
</productDetail>
</contentResponse>
</product_data_response>

In this case we do not have any information available in the database, so the API returns "*logo found for the request"

<product_data_response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://cdn.cs.1worldsync.com/logo/content/schema/ProductData/2.0/product_data_response.xsd">

<authentication>

<username>TEST USER </username>
</authentication>

<contentResponse>

<error code="404">No logo found for the request.</error>
</contentResponse>
</product_data_response>

Version history
Revision #:
1 of 1
Last update:
‎06-25-2024 08:24 AM
Updated by:
 
Contributors