cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to add product safety pictograms and statements with AddItem

I'm trying to add the pictogram and other information about product safety to our auctions. It should look like this:gpsr.png

The information for the manufacturer is stored. But I can't get this exact pictogram and text stored. I tried the following:

<ProductSafety>

<Pictograms>

<PictogramUrl>http://example.com/pictogram.jpg</PictogramUrl>

</Pictograms>

<Statements>

<Statement>Achtung: Nicht für Kinder unter 3 Jahren geeignet.</Statement>

</Statements>

<ProductSafety>

 

I know that <PictogramUrl> is wrong here. But I get not just these pictogram not into...

 

Any idea which container I have to use?

Thanks,

Mirko 

Message 1 of 3
latest reply
2 REPLIES 2

How to add product safety pictograms and statements with AddItem

Hi @vendito24,

 

To add Product Safety Pictograms to your listing, you need to set the pictogram code(s) in the Pictogram field. You can use the getProductSafetyLabels method in the Metadata API to find supported values for a specific marketplace or site.

 

Additionally, The Trading API and the Inventory API now support new regulatory types that Sellers are required by law to provide:

    • Add EU Manufacturer and/or EU Responsible Person information
    • Add product safety pictograms and statements
    • Attach product safety documents and instruction manuals that have been uploaded to eBay through the media API
    • See release notes for Trading API here and Inventory API here.
Best Regards,
eBay Developer Support
Message 2 of 3
latest reply

How to add product safety pictograms and statements with AddItem

Good Morning

 

Thanks for the reply. I got it now:

 

<ProductSafety>
<Pictograms>
<Pictogram>EBPSP101</Pictogram>
</Pictograms>
 
<Statements>
<Statement>EBPSS101</Statement>
<Statement>EBPSS102</Statement>
<Statement>EBPSS104</Statement>
</Statements>

</ProductSafety>

 

Thanks for the solution.

 

Best regards,

Mirko 

Message 3 of 3
latest reply