Onix API (1.0.0-dev)

Download OpenAPI specification:

License: Propietary

The Onix API returns books metadata in the ONIX format. This metadata contains links to supporting resources such as ebooks (pdf/epub), audiobooks (zip), cover files and any other supporting resource types uploaded by the publisher. ONIX metadata and supporting resources become available through the ONIX API after the publisher uploads them to our system.

Authentication

An API key and a set of credentials (email and password) must be used to authenticate. Use the auth api to get the short-lived token needed to call the onix api endpoints.

Alpha and Delta pull

  1. Alpha pull: First time you use the Onix API you must retrieve all the books metadata using the alpha pull endpoint. Alpha pull is not active by default. Please contact Publizon in order to activate alpha pulls for your account.
  2. Delta pull: Use the delta pull endpoint to retrieve updates (created/updated products).

Both alpha and delta pulls are paginated. You will be able to fetch up to 100 products per request.

If additional pages are available, pagination metadata is included in the response headers:

  • X-Pagination-Cursor: Cursor to be used to fetch the next page of data
  • X-Pagination-Limit: Amount of products returned per page

When the last page of an alpha or delta pull is reached, a X-Next-Delta-Pull-Utc-Timestamp is included in the response header. This is a timestamp in ISO 8601 format with milliseconds precision. It must be stored in the client's system and be used for the next delta pull.

Make sure to delete from your system all the products with NotificationType = 05.

You can also get metadata for a specific book by ISBN using the book onix metadata endpoint

How to get media files

The links to download media files will be available for each Product as part of the onix metadata at Product/CollateralDetail/SupportingResource Use the Product/CollateralDetail/SupportingResource/ResourceContentType tag to identify the type of resource. For example:

  • 01: Front cover
  • 27: Cover thumbnail
  • 28: Full content. epub/pdf files for ebooks and .zip files for audiobooks
  • 15: Sample content. epub/pdf files for ebooks and .mp3 files for audiobooks

Links to download media files will expire after 6hs.

The last time a supporting resource was updated can be read from: Product/CollateralDetail/SupportingResource/ResourceVersion/ContentDate. It is recommended to store and check this date in your own system to avoid downloading the same media files multiple times.

For each supporting resource, there is a ResourceVersionFeature element with ResourceVersionFeatureType 06. This is the file md5 hash.

Alpha pull

Retrieve onix metadata for all books that are available for the receiver calling the API.

This endpoint uses paginated requests. Each response header includes pagination metadata. Use the X-Pagination-Cursor header to fetch the next batch of data. The X-Pagination-Cursor is updated and returned with each response until there is no more data to fetch.

Once all the data has been pulled, the response header will include a X-Next-Delta-Pull-Utc-Timestamp. This is a timestamp in ISO 8601 format with milliseconds precision that must be used for the next delta pull.

Authorizations:
(api_keybearer_auth)
query Parameters
paginationCursor
string
Example: paginationCursor=eyJpZCI6IjEyMyIsImtleSI6InRpbWVzdGFtcF8xMjMifQ==

A string to identify the last retrieved item for pagination. Use this to continue pulling data from where the last request left off. The pagination cursor will be updated and returned on each request until there is no more data to be fetched.

paginationLimit
integer <int32>
Example: paginationLimit=100

The maximum number of items to retrieve. If the specified value exceeds 100, it will be capped at 100.

Responses

Response samples

Content type
application/xml

    <ONIXMessage xmlns="http://ns.editeur.org/onix/3.0/reference" release="3.0">
    <Header>
        <Sender>
            <SenderName>Publizon</SenderName>
            <ContactName>Test Uploader</ContactName>
            <EmailAddress>test-uploader@publizon.dk</EmailAddress>
        </Sender>
        <SentDateTime>20240723</SentDateTime>
    </Header>
    <Product datestamp="20240723T081436Z">
        <RecordReference>9780735614222</RecordReference>
        <NotificationType>03</NotificationType>
        <ProductIdentifier>
            <ProductIDType>15</ProductIDType>
            <IDValue>9780735614222</IDValue>
        </ProductIdentifier>
         <ProductIdentifier>
            <ProductIDType>02</ProductIDType>
            <IDValue>0306406152</IDValue>
        </ProductIdentifier>
        <DescriptiveDetail>
            <ProductComposition>00</ProductComposition>
            <ProductForm>ED</ProductForm>
            <ProductFormDetail>E101</ProductFormDetail>
            <ProductFormDetail>E200</ProductFormDetail>
            <PrimaryContentType>10</PrimaryContentType>
            <EpubTechnicalProtection>02</EpubTechnicalProtection>
            <EpubUsageConstraint>
                <EpubUsageType>11</EpubUsageType>
                <EpubUsageStatus>01</EpubUsageStatus>
            </EpubUsageConstraint>
            <Collection>
                <CollectionType>10</CollectionType>
                <TitleDetail>
                    <TitleType>01</TitleType>
                    <TitleElement>
                        <TitleElementLevel>02</TitleElementLevel>
                        <TitleText>Setietest</TitleText>
                    </TitleElement>
                    <TitleElement>
                        <TitleElementLevel>01</TitleElementLevel>
                        <PartNumber>1</PartNumber>
                    </TitleElement>
                </TitleDetail>
            </Collection>
            <TitleDetail>
                <TitleType>01</TitleType>
                <TitleElement>
                    <TitleElementLevel>01</TitleElementLevel>
                    <TitleText>Title-227202482220</TitleText>
                    <Subtitle>Test</Subtitle>
                </TitleElement>
            </TitleDetail>
            <Contributor>
                <ContributorRole>A01</ContributorRole>
                <NamesBeforeKey>ForfatterFornavn</NamesBeforeKey>
                <KeyNames>ForfatterEfternavn</KeyNames>
            </Contributor>
            <EditionStatement>Edition statement</EditionStatement>
            <Language>
                <LanguageRole>01</LanguageRole>
                <LanguageCode>dan</LanguageCode>
            </Language>
            <Extent>
                <ExtentType>00</ExtentType>
                <ExtentValue>250</ExtentValue>
                <ExtentUnit>03</ExtentUnit>
            </Extent>
            <Extent>
                <ExtentType>22</ExtentType>
                <ExtentValue>1908</ExtentValue>
                <ExtentUnit>18</ExtentUnit>
            </Extent>
            <Subject>
                <SubjectSchemeIdentifier>20</SubjectSchemeIdentifier>
                <SubjectHeadingText>Krimi; Politi; Spænding</SubjectHeadingText>
            </Subject>
            <Subject>
                <MainSubject/>
                <SubjectSchemeIdentifier>93</SubjectSchemeIdentifier>
                <SubjectCode>GBCS</SubjectCode>
            </Subject>
            <Audience>
                <AudienceCodeType>01</AudienceCodeType>
                <AudienceCodeValue>03</AudienceCodeValue>
            </Audience>
        </DescriptiveDetail>
        <CollateralDetail>
            <TextContent>
                <TextType>02</TextType>
                <ContentAudience>00</ContentAudience>
                <Text>Dette er den korte beskrivelse.</Text>
            </TextContent>
            <TextContent>
                <TextType>03</TextType>
                <ContentAudience>00</ContentAudience>
                <Text>Dette er den lange beskrivelse.</Text>
            </TextContent>
            <TextContent>
                <TextType>06</TextType>
                <ContentAudience>00</ContentAudience>
                <Text>Dette er en anmeldelse.</Text>
            </TextContent>
            <TextContent>
                <TextType>12</TextType>
                <ContentAudience>00</ContentAudience>
                <Text>Dette er en biografisk note.</Text>
            </TextContent>
            <TextContent>
                <TextType>14</TextType>
                <ContentAudience>00</ContentAudience>
                <Text>Dette er et uddrag.</Text>
            </TextContent>
            <SupportingResource>
                <ResourceContentType>15</ResourceContentType>
                <ContentAudience>02</ContentAudience>
                <ResourceMode>04</ResourceMode>
                <ResourceVersion>
                    <ResourceForm>02</ResourceForm>
                    <ResourceLink>
                        <![CDATA[https://publizon-ebook-sample-cdn.xn--uz8h.wedobooks.io/9780069200283.epub?generation=1736843579351181&Expires=1738402810&KeyName=publizon-ebook-sample-signed-url-key&Signature=h0wNLPBmQz8ZveS2CBguhXNCon8=]]>
                    </ResourceLink>
                    <ContentDate>
                        <ContentDateRole>17</ContentDateRole>
                        <Date dateformat="14">20250114T083259</Date>
                    </ContentDate>
                </ResourceVersion>
            </SupportingResource>
        </CollateralDetail>
        <PublishingDetail>
            <Imprint>
                <ImprintName>Publisher name</ImprintName>
            </Imprint>
            <Publisher>
                <PublishingRole>01</PublishingRole>
                <PublisherIdentifier>
                    <PublisherIDType>16</PublisherIDType>
                    <IDValue>1234567890123456</IDValue>
                </PublisherIdentifier>
                <PublisherName>Publisher name</PublisherName>
            </Publisher>
            <PublishingStatus>04</PublishingStatus>
            <PublishingDate>
                <PublishingDateRole>01</PublishingDateRole>
                <Date dateformat="00">20180726</Date>
            </PublishingDate>
            <PublishingDate>
                <PublishingDateRole>02</PublishingDateRole>
                <Date dateformat="00">20240725</Date>
            </PublishingDate>
            <PublishingDate>
                <PublishingDateRole>09</PublishingDateRole>
                <Date dateformat="00">20240801</Date>
            </PublishingDate>
            <SalesRights>
                <SalesRightsType>02</SalesRightsType>
                <Territory>
                    <RegionsIncluded>WORLD</RegionsIncluded>
                </Territory>
            </SalesRights>
        </PublishingDetail>
        <RelatedMaterial>
            <RelatedProduct>
                <ProductRelationCode>00</ProductRelationCode>
                <ProductIdentifier>
                    <ProductIDType>15</ProductIDType>
                    <IDValue>9780755343010</IDValue>
                </ProductIdentifier>
            </RelatedProduct>
        </RelatedMaterial>
        <ProductSupply>
            <Market>
                <Territory>
                    <RegionsIncluded>WORLD</RegionsIncluded>
                </Territory>
                <SalesRestriction>
                    <SalesRestrictionType>00</SalesRestrictionType>
                    <SalesOutlet>
                        <SalesOutletIdentifier>
                            <SalesOutletIDType>03</SalesOutletIDType>
                            <IDValue>BLA</IDValue>
                        </SalesOutletIdentifier>
                    </SalesOutlet>
                    <SalesRestrictionNote>3</SalesRestrictionNote>
                </SalesRestriction>
            </Market>
            <MarketPublishingDetail>
                <MarketPublishingStatus>04</MarketPublishingStatus>
            </MarketPublishingDetail>
            <SupplyDetail>
                <Supplier>
                    <SupplierRole>00</SupplierRole>
                    <SupplierName>Lars forlag</SupplierName>
                    <Website>
                        <WebsiteLink>ftp://ftp.qa.pubhub.dk/6b796f10-af8f-4d2e-a100-f303b5139601.epub</WebsiteLink>
                    </Website>
                </Supplier>
                <ProductAvailability>20</ProductAvailability>
                <Price>
                    <PriceType>05</PriceType>
                    <PriceAmount>100.00</PriceAmount>
                    <CurrencyCode>DKK</CurrencyCode>
                </Price>
            </SupplyDetail>
        </ProductSupply>
    </Product>
</ONIXMessage>
    

Delta pull

Retrieve onix metadata for all books that are available for the receiver calling the API and were created/edited after a given date.

This endpoint uses paginated requests. Each response header includes pagination metadata. Use the X-Pagination-Cursor header to fetch the next batch of data. The X-Pagination-Cursor is updated and returned with each response until there is no more data to fetch.

Once all the data has been pulled, the response header will include a X-Next-Delta-Pull-Utc-Timestamp. This is a timestamp in ISO 8601 format with milliseconds precision that must be used for the next delta pull.

It is allowed to fetch data up to 1 month in the past.

Authorizations:
(api_keybearer_auth)
path Parameters
fromUtcTimestamp
required
string <date-time>
Example: 2024-11-08T11:43:55.262Z

onix metadata for books edited after this UTC date in ISO 8601 format

query Parameters
paginationCursor
string
Example: paginationCursor=eyJpZCI6IjEyMyIsImtleSI6InRpbWVzdGFtcF8xMjMifQ==

A string to identify the last retrieved item for pagination. Use this to continue pulling data from where the last request left off. The paginationCursor will be updated and returned on each request until there is no more data to be fetched.

paginationLimit
integer <int32>
Example: paginationLimit=100

The maximum number of items to retrieve. If the specified value exceeds 100, it will be capped at 100.

Responses

Response samples

Content type
application/xml

    <ONIXMessage xmlns="http://ns.editeur.org/onix/3.0/reference" release="3.0">
    <Header>
        <Sender>
            <SenderName>Publizon</SenderName>
            <ContactName>Test Uploader</ContactName>
            <EmailAddress>test-uploader@publizon.dk</EmailAddress>
        </Sender>
        <SentDateTime>20240723</SentDateTime>
    </Header>
    <Product datestamp="20240723T081436Z">
        <RecordReference>9780735614222</RecordReference>
        <NotificationType>03</NotificationType>
        <ProductIdentifier>
            <ProductIDType>15</ProductIDType>
            <IDValue>9780735614222</IDValue>
        </ProductIdentifier>
         <ProductIdentifier>
            <ProductIDType>02</ProductIDType>
            <IDValue>0306406152</IDValue>
        </ProductIdentifier>
        <DescriptiveDetail>
            <ProductComposition>00</ProductComposition>
            <ProductForm>ED</ProductForm>
            <ProductFormDetail>E101</ProductFormDetail>
            <ProductFormDetail>E200</ProductFormDetail>
            <PrimaryContentType>10</PrimaryContentType>
            <EpubTechnicalProtection>02</EpubTechnicalProtection>
            <EpubUsageConstraint>
                <EpubUsageType>11</EpubUsageType>
                <EpubUsageStatus>01</EpubUsageStatus>
            </EpubUsageConstraint>
            <Collection>
                <CollectionType>10</CollectionType>
                <TitleDetail>
                    <TitleType>01</TitleType>
                    <TitleElement>
                        <TitleElementLevel>02</TitleElementLevel>
                        <TitleText>Setietest</TitleText>
                    </TitleElement>
                    <TitleElement>
                        <TitleElementLevel>01</TitleElementLevel>
                        <PartNumber>1</PartNumber>
                    </TitleElement>
                </TitleDetail>
            </Collection>
            <TitleDetail>
                <TitleType>01</TitleType>
                <TitleElement>
                    <TitleElementLevel>01</TitleElementLevel>
                    <TitleText>Title-227202482220</TitleText>
                    <Subtitle>Test</Subtitle>
                </TitleElement>
            </TitleDetail>
            <Contributor>
                <ContributorRole>A01</ContributorRole>
                <NamesBeforeKey>ForfatterFornavn</NamesBeforeKey>
                <KeyNames>ForfatterEfternavn</KeyNames>
            </Contributor>
            <EditionStatement>Edition statement</EditionStatement>
            <Language>
                <LanguageRole>01</LanguageRole>
                <LanguageCode>dan</LanguageCode>
            </Language>
            <Extent>
                <ExtentType>00</ExtentType>
                <ExtentValue>250</ExtentValue>
                <ExtentUnit>03</ExtentUnit>
            </Extent>
            <Extent>
                <ExtentType>22</ExtentType>
                <ExtentValue>1908</ExtentValue>
                <ExtentUnit>18</ExtentUnit>
            </Extent>
            <Subject>
                <SubjectSchemeIdentifier>20</SubjectSchemeIdentifier>
                <SubjectHeadingText>Krimi; Politi; Spænding</SubjectHeadingText>
            </Subject>
            <Subject>
                <MainSubject/>
                <SubjectSchemeIdentifier>93</SubjectSchemeIdentifier>
                <SubjectCode>GBCS</SubjectCode>
            </Subject>
            <Audience>
                <AudienceCodeType>01</AudienceCodeType>
                <AudienceCodeValue>03</AudienceCodeValue>
            </Audience>
        </DescriptiveDetail>
        <CollateralDetail>
            <TextContent>
                <TextType>02</TextType>
                <ContentAudience>00</ContentAudience>
                <Text>Dette er den korte beskrivelse.</Text>
            </TextContent>
            <TextContent>
                <TextType>03</TextType>
                <ContentAudience>00</ContentAudience>
                <Text>Dette er den lange beskrivelse.</Text>
            </TextContent>
            <TextContent>
                <TextType>06</TextType>
                <ContentAudience>00</ContentAudience>
                <Text>Dette er en anmeldelse.</Text>
            </TextContent>
            <TextContent>
                <TextType>12</TextType>
                <ContentAudience>00</ContentAudience>
                <Text>Dette er en biografisk note.</Text>
            </TextContent>
            <TextContent>
                <TextType>14</TextType>
                <ContentAudience>00</ContentAudience>
                <Text>Dette er et uddrag.</Text>
            </TextContent>
            <SupportingResource>
                <ResourceContentType>15</ResourceContentType>
                <ContentAudience>02</ContentAudience>
                <ResourceMode>04</ResourceMode>
                <ResourceVersion>
                    <ResourceForm>02</ResourceForm>
                    <ResourceLink>
                        <![CDATA[https://publizon-ebook-sample-cdn.xn--uz8h.wedobooks.io/9780069200283.epub?generation=1736843579351181&Expires=1738402810&KeyName=publizon-ebook-sample-signed-url-key&Signature=h0wNLPBmQz8ZveS2CBguhXNCon8=]]>
                    </ResourceLink>
                    <ContentDate>
                        <ContentDateRole>17</ContentDateRole>
                        <Date dateformat="14">20250114T083259</Date>
                    </ContentDate>
                </ResourceVersion>
            </SupportingResource>
        </CollateralDetail>
        <PublishingDetail>
            <Imprint>
                <ImprintName>Publisher name</ImprintName>
            </Imprint>
            <Publisher>
                <PublishingRole>01</PublishingRole>
                <PublisherIdentifier>
                    <PublisherIDType>16</PublisherIDType>
                    <IDValue>1234567890123456</IDValue>
                </PublisherIdentifier>
                <PublisherName>Publisher name</PublisherName>
            </Publisher>
            <PublishingStatus>04</PublishingStatus>
            <PublishingDate>
                <PublishingDateRole>01</PublishingDateRole>
                <Date dateformat="00">20180726</Date>
            </PublishingDate>
            <PublishingDate>
                <PublishingDateRole>02</PublishingDateRole>
                <Date dateformat="00">20240725</Date>
            </PublishingDate>
            <PublishingDate>
                <PublishingDateRole>09</PublishingDateRole>
                <Date dateformat="00">20240801</Date>
            </PublishingDate>
            <SalesRights>
                <SalesRightsType>02</SalesRightsType>
                <Territory>
                    <RegionsIncluded>WORLD</RegionsIncluded>
                </Territory>
            </SalesRights>
        </PublishingDetail>
        <RelatedMaterial>
            <RelatedProduct>
                <ProductRelationCode>00</ProductRelationCode>
                <ProductIdentifier>
                    <ProductIDType>15</ProductIDType>
                    <IDValue>9780755343010</IDValue>
                </ProductIdentifier>
            </RelatedProduct>
        </RelatedMaterial>
        <ProductSupply>
            <Market>
                <Territory>
                    <RegionsIncluded>WORLD</RegionsIncluded>
                </Territory>
                <SalesRestriction>
                    <SalesRestrictionType>00</SalesRestrictionType>
                    <SalesOutlet>
                        <SalesOutletIdentifier>
                            <SalesOutletIDType>03</SalesOutletIDType>
                            <IDValue>BLA</IDValue>
                        </SalesOutletIdentifier>
                    </SalesOutlet>
                    <SalesRestrictionNote>3</SalesRestrictionNote>
                </SalesRestriction>
            </Market>
            <MarketPublishingDetail>
                <MarketPublishingStatus>04</MarketPublishingStatus>
            </MarketPublishingDetail>
            <SupplyDetail>
                <Supplier>
                    <SupplierRole>00</SupplierRole>
                    <SupplierName>Lars forlag</SupplierName>
                    <Website>
                        <WebsiteLink>ftp://ftp.qa.pubhub.dk/6b796f10-af8f-4d2e-a100-f303b5139601.epub</WebsiteLink>
                    </Website>
                </Supplier>
                <ProductAvailability>20</ProductAvailability>
                <Price>
                    <PriceType>05</PriceType>
                    <PriceAmount>100.00</PriceAmount>
                    <CurrencyCode>DKK</CurrencyCode>
                </Price>
            </SupplyDetail>
        </ProductSupply>
    </Product>
</ONIXMessage>
    

Book onix metadata

Retrieve book metadata in onix format.

Authorizations:
(api_keybearer_auth)
path Parameters
bookId
required
string^\d{10}$|^\d{13}$
Example: 9780212909629

book isbn

Responses

Response samples

Content type
application/xml

    <ONIXMessage xmlns="http://ns.editeur.org/onix/3.0/reference" release="3.0">
    <Header>
        <Sender>
            <SenderName>Publizon</SenderName>
            <ContactName>Test Uploader</ContactName>
            <EmailAddress>test-uploader@publizon.dk</EmailAddress>
        </Sender>
        <SentDateTime>20240723</SentDateTime>
    </Header>
    <Product datestamp="20240723T081436Z">
        <RecordReference>9780735614222</RecordReference>
        <NotificationType>03</NotificationType>
        <ProductIdentifier>
            <ProductIDType>15</ProductIDType>
            <IDValue>9780735614222</IDValue>
        </ProductIdentifier>
         <ProductIdentifier>
            <ProductIDType>02</ProductIDType>
            <IDValue>0306406152</IDValue>
        </ProductIdentifier>
        <DescriptiveDetail>
            <ProductComposition>00</ProductComposition>
            <ProductForm>ED</ProductForm>
            <ProductFormDetail>E101</ProductFormDetail>
            <ProductFormDetail>E200</ProductFormDetail>
            <PrimaryContentType>10</PrimaryContentType>
            <EpubTechnicalProtection>02</EpubTechnicalProtection>
            <EpubUsageConstraint>
                <EpubUsageType>11</EpubUsageType>
                <EpubUsageStatus>01</EpubUsageStatus>
            </EpubUsageConstraint>
            <Collection>
                <CollectionType>10</CollectionType>
                <TitleDetail>
                    <TitleType>01</TitleType>
                    <TitleElement>
                        <TitleElementLevel>02</TitleElementLevel>
                        <TitleText>Setietest</TitleText>
                    </TitleElement>
                    <TitleElement>
                        <TitleElementLevel>01</TitleElementLevel>
                        <PartNumber>1</PartNumber>
                    </TitleElement>
                </TitleDetail>
            </Collection>
            <TitleDetail>
                <TitleType>01</TitleType>
                <TitleElement>
                    <TitleElementLevel>01</TitleElementLevel>
                    <TitleText>Title-227202482220</TitleText>
                    <Subtitle>Test</Subtitle>
                </TitleElement>
            </TitleDetail>
            <Contributor>
                <ContributorRole>A01</ContributorRole>
                <NamesBeforeKey>ForfatterFornavn</NamesBeforeKey>
                <KeyNames>ForfatterEfternavn</KeyNames>
            </Contributor>
            <EditionStatement>Edition statement</EditionStatement>
            <Language>
                <LanguageRole>01</LanguageRole>
                <LanguageCode>dan</LanguageCode>
            </Language>
            <Extent>
                <ExtentType>00</ExtentType>
                <ExtentValue>250</ExtentValue>
                <ExtentUnit>03</ExtentUnit>
            </Extent>
            <Extent>
                <ExtentType>22</ExtentType>
                <ExtentValue>1908</ExtentValue>
                <ExtentUnit>18</ExtentUnit>
            </Extent>
            <Subject>
                <SubjectSchemeIdentifier>20</SubjectSchemeIdentifier>
                <SubjectHeadingText>Krimi; Politi; Spænding</SubjectHeadingText>
            </Subject>
            <Subject>
                <MainSubject/>
                <SubjectSchemeIdentifier>93</SubjectSchemeIdentifier>
                <SubjectCode>GBCS</SubjectCode>
            </Subject>
            <Audience>
                <AudienceCodeType>01</AudienceCodeType>
                <AudienceCodeValue>03</AudienceCodeValue>
            </Audience>
        </DescriptiveDetail>
        <CollateralDetail>
            <TextContent>
                <TextType>02</TextType>
                <ContentAudience>00</ContentAudience>
                <Text>Dette er den korte beskrivelse.</Text>
            </TextContent>
            <TextContent>
                <TextType>03</TextType>
                <ContentAudience>00</ContentAudience>
                <Text>Dette er den lange beskrivelse.</Text>
            </TextContent>
            <TextContent>
                <TextType>06</TextType>
                <ContentAudience>00</ContentAudience>
                <Text>Dette er en anmeldelse.</Text>
            </TextContent>
            <TextContent>
                <TextType>12</TextType>
                <ContentAudience>00</ContentAudience>
                <Text>Dette er en biografisk note.</Text>
            </TextContent>
            <TextContent>
                <TextType>14</TextType>
                <ContentAudience>00</ContentAudience>
                <Text>Dette er et uddrag.</Text>
            </TextContent>
            <SupportingResource>
                <ResourceContentType>15</ResourceContentType>
                <ContentAudience>02</ContentAudience>
                <ResourceMode>04</ResourceMode>
                <ResourceVersion>
                    <ResourceForm>02</ResourceForm>
                    <ResourceLink>
                        <![CDATA[https://publizon-ebook-sample-cdn.xn--uz8h.wedobooks.io/9780069200283.epub?generation=1736843579351181&Expires=1738402810&KeyName=publizon-ebook-sample-signed-url-key&Signature=h0wNLPBmQz8ZveS2CBguhXNCon8=]]>
                    </ResourceLink>
                    <ContentDate>
                        <ContentDateRole>17</ContentDateRole>
                        <Date dateformat="14">20250114T083259</Date>
                    </ContentDate>
                </ResourceVersion>
            </SupportingResource>
        </CollateralDetail>
        <PublishingDetail>
            <Imprint>
                <ImprintName>Publisher name</ImprintName>
            </Imprint>
            <Publisher>
                <PublishingRole>01</PublishingRole>
                <PublisherIdentifier>
                    <PublisherIDType>16</PublisherIDType>
                    <IDValue>1234567890123456</IDValue>
                </PublisherIdentifier>
                <PublisherName>Publisher name</PublisherName>
            </Publisher>
            <PublishingStatus>04</PublishingStatus>
            <PublishingDate>
                <PublishingDateRole>01</PublishingDateRole>
                <Date dateformat="00">20180726</Date>
            </PublishingDate>
            <PublishingDate>
                <PublishingDateRole>02</PublishingDateRole>
                <Date dateformat="00">20240725</Date>
            </PublishingDate>
            <PublishingDate>
                <PublishingDateRole>09</PublishingDateRole>
                <Date dateformat="00">20240801</Date>
            </PublishingDate>
            <SalesRights>
                <SalesRightsType>02</SalesRightsType>
                <Territory>
                    <RegionsIncluded>WORLD</RegionsIncluded>
                </Territory>
            </SalesRights>
        </PublishingDetail>
        <RelatedMaterial>
            <RelatedProduct>
                <ProductRelationCode>00</ProductRelationCode>
                <ProductIdentifier>
                    <ProductIDType>15</ProductIDType>
                    <IDValue>9780755343010</IDValue>
                </ProductIdentifier>
            </RelatedProduct>
        </RelatedMaterial>
        <ProductSupply>
            <Market>
                <Territory>
                    <RegionsIncluded>WORLD</RegionsIncluded>
                </Territory>
                <SalesRestriction>
                    <SalesRestrictionType>00</SalesRestrictionType>
                    <SalesOutlet>
                        <SalesOutletIdentifier>
                            <SalesOutletIDType>03</SalesOutletIDType>
                            <IDValue>BLA</IDValue>
                        </SalesOutletIdentifier>
                    </SalesOutlet>
                    <SalesRestrictionNote>3</SalesRestrictionNote>
                </SalesRestriction>
            </Market>
            <MarketPublishingDetail>
                <MarketPublishingStatus>04</MarketPublishingStatus>
            </MarketPublishingDetail>
            <SupplyDetail>
                <Supplier>
                    <SupplierRole>00</SupplierRole>
                    <SupplierName>Lars forlag</SupplierName>
                    <Website>
                        <WebsiteLink>ftp://ftp.qa.pubhub.dk/6b796f10-af8f-4d2e-a100-f303b5139601.epub</WebsiteLink>
                    </Website>
                </Supplier>
                <ProductAvailability>20</ProductAvailability>
                <Price>
                    <PriceType>05</PriceType>
                    <PriceAmount>100.00</PriceAmount>
                    <CurrencyCode>DKK</CurrencyCode>
                </Price>
            </SupplyDetail>
        </ProductSupply>
    </Product>
</ONIXMessage>