12-23-2024 03:34 AM
I'm trying to add the pictogram and other information about product safety to our auctions. It should look like this:
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
12-26-2024 05:37 AM
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:
12-27-2024 02:43 AM - edited 12-27-2024 02:44 AM
Good Morning
Thanks for the reply. I got it now:
</ProductSafety>
Thanks for the solution.
Best regards,
Mirko