Versions Compared

Key

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

Available for test in December 2023.

ISBN ready for testing:
9788202416164 – fixed price, no date (expected for sale)

9788215027333 - fixed price, no date (expected for sale)

9788234011467 – fixed price, with date

9788283051186 - fixed price, with date

9788245034219 – not fixed price

9788205542136 - has had a fixed price, not a fixed price anymore

9788202749217 - not fixed price because it has been published in the booklet edition earlier

Available for In production in as of January 22, 2024.

Background

Law regulating fixed prices in the Norwegian book market was adopted by the Norwegian Parliament June 12th 2023.

...

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> 

...