Versions Compared

Key

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

In production as of January 22, 2024.

...

Information about the fixed price period is included in Bokbasen’s Onix records, and includes information about whether the price is fixed or not, and the end date for the fixed price period.

This date is be included in the metadata records at the date of publication, and not earlier, in the <PriceDate> element. This date can not be changed.

...

Info

Example

Book in fixed price period, publication date is 1.1.2024:

<Price> 
  <PriceType>04</PriceType> ====>  04 fixed price 
  <PriceQualifier>05</PriceQualifier> 
  <PriceAmount>439.00</PriceAmount> 
  <Tax> 
    <TaxType>01</TaxType> 
    <TaxRateCode>Z</TaxRateCode>  
    <TaxRatePercent>0</TaxRatePercent> 
  </Tax> 
  <CurrencyCode>NOK</CurrencyCode> 
  <PriceDate> 
    <PriceDateRole>15</PriceDateRole> ======> until date 
    <Date dateformat="00">20241231</Date> =====> date
   </PriceDate> 
</Price> 

Info

Example

Fixed price period until 31.12.2024, recommended retail price from 1.1.2025

1.1.2025 an update will be available, including information about the recommended retail price:

 

<Price> 
  <PriceType>02</PriceType> ====>  02 recommended retail price 
  <PriceQualifier>05</PriceQualifier> 
  <PriceAmount>439.00</PriceAmount> 
  <Tax> 
    <TaxType>01</TaxType> 
    <TaxRateCode>Z</TaxRateCode>  
    <TaxRatePercent>0</TaxRatePercent> 
  </Tax> 
  <CurrencyCode>NOK</CurrencyCode> 
</Price> 

...