Versions Compared

Key

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

P.4 Product identifier (Product part) composite

De Product identifier composite wordt gebruikt ter identificatie van de titel in het product record. Door CB wordt het GTIN-13 (EAN, UCC-13) van de titel opgenomen.  Deze composite zal per artikel precies één keer worden aangeleverd.

Reference name<ProductIdentifier>
Short tag<productidentifier>
ONIX M/OO maar M (verplicht) wanneer er sprake is van een samengesteld artikel
CB M/OO maar M (verplicht) wanneer er sprake is van een samengesteld artikel
Example/voorbeeld
Code Block
languagexml
titleExample/Voorbeeld
ISBN 9789022577981 betreft een samenstelling van 2 EAN's die beiden 1 x voorkomt als onderdeel van het pakket. Dit leidt tot 2 afzonderlijke Product Part composite
<Product>
  <RecordReference>9789022577981</RecordReference>
  <NotificationType>04</NotificationType>
  <RecordSourceType>09</RecordSourceType>
  <ProductIdentifier>
    <ProductIDType>03</ProductIDType>
    <IDValue>9789022577981</IDValue>
  </ProductIdentifier>
  
Bestaat uit de volgende Product Parts  
  
    <ProductPart>
      <ProductIdentifier>
        <ProductIDType>03</ProductIDType>
        <IDValue>9789022569092</IDValue>
      </ProductIdentifier>
      <ProductForm>SA</ProductForm>
      <NumberOfItemsOfThisForm>1</NumberOfItemsOfThisForm>
    </ProductPart>
    <ProductPart>
      <ProductIdentifier>
        <ProductIDType>03</ProductIDType>
        <IDValue>9789022573358</IDValue>
      </ProductIdentifier>
      <ProductForm>SA</ProductForm>
      <NumberOfItemsOfThisForm>1</NumberOfItemsOfThisForm>
    </ProductPart>