Price - Prijs composite template (aanleveren)

Price - Prijs composite

Alle informatie rondom de artikelprijs wordt opgenomen in de <Price> composite, deze zal voor assortimentstitels altijd gevuuld zijn. De <Price> composite kan herhaalt worden wanneer er sprake is van meerdere typen prijzen. Een artikel kan bijvoorbeeld tegelijkertijd een bruto verkoopprijs hebben en een actieprijs die gedurende een bepaalde periode geldig is. Dat leidt dan tot twee afzonderlijke <Price> composites in het ONIX bericht.

Voor e-books kan naast de bruto verkoopprijs ook een netto prijs en kunnen er ook nog bruto en netto actieprijzen van toepassing zijn. Dit leidt dan tot vier afzonderlijke <Price> composites. Als een uitgever met een e-book distributieplatform een abonnementsmodel heeft afgesproken wordt hiervoor een afzonderlijke <Price> composite opgenomen.

Reference name<Price>
Short tag<price>
ONIX M/OO
CB M/OM
Example/voorbeeld
Example/voorbeeld
Voorbeeld van een <Price> composite van fysiek artikel
<Price>
	<PriceType>04</PriceType>
	<PriceCondition>
		<PriceConditionType>00</PriceConditionType>
	</PriceCondition>
	<DiscountCoded>
		<DiscountCodeType>03</DiscountCodeType>
		<DiscountCode>A</DiscountCode>
	</DiscountCoded>
	<PriceStatus>00</PriceStatus>
	<PriceAmount>14.99</PriceAmount>
	<Tax>
		<TaxType>01</TaxType>
		<TaxRateCode>R</TaxRateCode>
		<TaxRatePercent>0</TaxRatePercent>
		<TaxableAmount>14.99</TaxableAmount>
		<TaxAmount>14.99</TaxAmount>
	</Tax>
	<CurrencyCode>EUR</CurrencyCode>
	<PriceDate>
		<PriceDateRole>14</PriceDateRole>
		<Date dateformat="00">20180723</Date>
	</PriceDate>
</Price>
 
Voorbeeld van een e-book met 2 <Price> composites
      <Price>
        <PriceType>02</PriceType>
        <PriceCondition>
          <PriceConditionType>00</PriceConditionType>
        </PriceCondition>
        <DiscountCoded>
          <DiscountCodeType>03</DiscountCodeType>
          <DiscountCode>O</DiscountCode>
        </DiscountCoded>
        <PriceAmount>7.99</PriceAmount>
        <Tax>
          <TaxRateCode>S</TaxRateCode>
          <TaxRatePercent>21.00</TaxRatePercent>
          <TaxableAmount>6.60</TaxableAmount>
        </Tax>
        <CurrencyCode>EUR</CurrencyCode>
        <PriceDate>
          <PriceDateRole>14</PriceDateRole>
          <Date dateformat="00">20111005</Date>
        </PriceDate>
      </Price>
      <Price>
        <PriceType>01</PriceType>
        <PriceCondition>
          <PriceConditionType>00</PriceConditionType>
        </PriceCondition>
        <DiscountCoded>
          <DiscountCodeType>03</DiscountCodeType>
          <DiscountCode>O</DiscountCode>
        </DiscountCoded>
        <PriceAmount>6.60</PriceAmount>
        <Tax>
          <TaxRateCode>S</TaxRateCode>
          <TaxRatePercent>21.00</TaxRatePercent>
          <TaxableAmount>6.60</TaxableAmount>
        </Tax>
        <CurrencyCode>EUR</CurrencyCode>
        <PriceDate>
          <PriceDateRole>14</PriceDateRole>
          <Date dateformat="00">20111005</Date>
        </PriceDate>
      </Price>


Voorbeeld van een e-book met 2 <Price> composites waarvan 1 een PrijsAfspraakKenmerk t.b.v abonnementsmodel
<Price>
    <PriceType>06</PriceType>
	<PriceCoded>
		<PriceCodeType>01</PriceCodeType>
		<PriceCodeTypeName>PRIJSAFSPRAAKKENMERK</PriceCodeTypeName>
		<PriceCode>7</PriceCode>
	</PriceCoded>
</Price>
<Price>
	<PriceType>02</PriceType>
	<PriceCondition>
		<PriceConditionType>00</PriceConditionType>
	</PriceCondition>
	<DiscountCoded>
		<DiscountCodeType>03</DiscountCodeType>
		<DiscountCode>O</DiscountCode>
	</DiscountCoded>
	<PriceStatus>02</PriceStatus>
	<PriceAmount>14.99</PriceAmount>
	<Tax>
		<TaxType>01</TaxType>
     	<TaxRateCode>S</TaxRateCode>
		<TaxAmount>14.99</TaxAmount>
	</Tax>
	<CurrencyCode>EUR</CurrencyCode>
	<PriceDate>
		<PriceDateRole>14</PriceDateRole>
		<Date dateformat="00">20180803</Date>
	</PriceDate>
</Price>