Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 34 Next »

When using the Bokbasen ONIX Export Service Bokbasen will return ONIX documents based on the documentation below. 

Recent changes

Law regulating fixed prices in the Norwegian book market was adopted by the Norwegian Parliament June 12th 2023, valid from January 1st 2024.
Onix records are updated with information about fixed prices and end dates for the fixed price period.

For background and examples: Read more

Complete specification

The complete Onix for books specification can be downloaded from Editeur: Onix for Books specification

Responsibility to delete records

When a record has the value 05 for NotificationType the record MUST be deleted

 Example of a delete-record
<ONIXMessage xmlns="http://ns.editeur.org/onix/3.0/reference" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" release="3.0" xsi:schemaLocation="https://api.boknett.no/schema/ONIX_BookProduct_3.0_reference.xsd">
  <Header>
    <Sender>
      <SenderIdentifier>
        <SenderIDType>01</SenderIDType>
        <IDTypeName>Bokbasen</IDTypeName>
        <IDValue>902000</IDValue>
      </SenderIdentifier>
      <SenderName>Bokbasen AS</SenderName>
      <EmailAddress>post@bokbasen.no</EmailAddress>
    </Sender>
    <SentDateTime>20210928T111525+0200</SentDateTime>
  </Header>
  <Product>
    <RecordReference>no.bokbasen.150363600</RecordReference>
    <NotificationType>05</NotificationType>
    <RecordSourceIdentifier>
      <RecordSourceIDType>01</RecordSourceIDType>
      <IDTypeName>Bokbasen</IDTypeName>
      <IDValue>0995</IDValue>
    </RecordSourceIdentifier>
    <ProductIdentifier>
      <ProductIDType>03</ProductIDType>
      <IDValue>9788248927723</IDValue>
    </ProductIdentifier>
    <ProductIdentifier>
      <ProductIDType>15</ProductIDType>
      <IDValue>9788248927723</IDValue>
    </ProductIdentifier>
    <ProductIdentifier>
      <ProductIDType>01</ProductIDType>
      <IDTypeName>Bokbasen_ProprietaryID</IDTypeName>
    <IDValue>150363600</IDValue>
    </ProductIdentifier>
  </Product>
</ONIXMessage>

Bokbasens specification (export)

  • No labels