Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Product contact composite

An optional group of data elements which together specify an organization (which may or may not be the publisher) responsible for dealing with enquiries related to the product. Repeatable in order to specify multiple responsible organisations.
Used for GPSR (General Product Safety Regulation) 

Reference name

<ProductContact>

Short tag

<productcontact>

ONIX M/O

O (R)

CB M/O

O (R)



Info
titleGPSR - General Product Safety Regulation

Used for GPSR (General Product Safety Regulation) 

For physical products a responsible operator for product safety must be recorded. This requires the following data: name, trade name, address, and contact details (e-mail address and phone number). Diital product are excluded.

See also Regels van de GPSR voor fulfilmentdienstverleners | GPSR - productveiligheidsverordening | NVWA


Example/voorbeeld


Code Block
languagexml
titleExample
collapsetrue
<ProductContact>
  <ProductContactRole>10</ProductContactRole>
  <ProductContactName>Handelsnaam<<ProductContactName>Tradename</ProductContactName>
  <ContactName>Contactpersoon<<ContactName>Contactperson</ContactName> 
  <TelephoneNumber>+31 345 987654</TelephoneNumber> 
  <EmailAddress>Person@publisher.com</EmailAddress> 
</ProductContact>


...