Menü

Metabooks Price Types in ONIX

VLB Price Types in ONIX

On this page you will find examples regarding:

Retail and Subscription Prices

Retail Prices


ONIX 3.0 Short
<price>
 <x462>02/x462>
 <j266>02</j266>
 <j151>9.99</j151>
 <tax>
 <x470>01</x470>
 <x471>Z</x471>
 <x472>0</x472>
 </tax>
 <j152>BRL</j152>
 <territory>
 <x449>BR</x449>
 </territory>
</price>
ONIX 3.0 Reference
<Price>
 <PriceType>02</PriceType>
 <PriceStatus>02</PriceStatus>
 <PriceAmount>9.99</PriceAmount>
 <Tax>
 <TaxType>01</TaxType>
 <TaxRateCode>Z</TaxRateCode>
 <TaxRatePercent>0</TaxRatePercent>
 </Tax>
 <CurrencyCode>BRL</CurrencyCode>
 <Territory>
 <CountriesIncluded>BR</CountriesIncluded>
 </Territory>
</Price>

Types of special prices

Special price for individual product


Special PriceRRP Special Price
ONIX 3.0 Short
<price>
 <x462>14</x462>
 <j266>02</j266>
 <j151>9.50</j151>
 <tax>
 <x470>01</x470>
 <x471>S</x471>
 <x472>19</x472>
 </tax>
 <j152>EUR</j152>
 <territory>
 <x449>DE</x449>
 </territory>
</price>
<price>
 <x462>22/x462>
 <j266>02</j266>
 <j151>9.50</j151>
 <tax>
 <x470>01</x470>
 <x471>S</x471>
 <x472>19</x472>
 </tax>
 <j152>EUR</j152>
 <territory>
 <x449>DE</x449>
 </territory>
</price>
ONIX 3.0 Reference
<Price>
 <PriceType>14</PriceType>
 <PriceStatus>02</PriceStatus>
 <PriceAmount>9.50</PriceAmount>
 <Tax>
 <TaxType>01</TaxType>
 <TaxRateCode>S</TaxRateCode>
 <TaxRatePercent>19</TaxRatePercent>
 </Tax>
 <CurrencyCode>EUR</CurrencyCode>
 <Territory>
 <CountriesIncluded>DE</CountriesIncluded>
 </Territory>
</Price>
<Price>
 <PriceType>12</PriceType>
 <PriceStatus>02</PriceStatus>
 <PriceAmount>9.50</PriceAmount>
 <Tax>
 <TaxType>01</TaxType>
 <TaxRateCode>S</TaxRateCode>
 <TaxRatePercent>19</TaxRatePercent>
 </Tax>
 <CurrencyCode>EUR</CurrencyCode>
 <Territory>
 <CountriesIncluded>DE</CountriesIncluded>
 </Territory>
</Price>


Price for ordering the entire series / the entire work

Price for ordering the entire series / the entire workRRP Price for ordering the entire series / the entire work
ONIX 2.1 Short
<price>
 <j148>14</j148>
 <j261>03</j261>
 <j266>02</j266>
 <j151>9.10</j151>
 <j152>EUR</j152>
 <b251>DE</b251>
 <j153>S</j153>
 <j154>19</j154>
</price>
<price>
 <j148>12</j148>
 <j261>03</j261>
 <j266>02</j266>
 <j151>9.10</j151>
 <j152>EUR</j152>
 <b251>DE</b251>
 <j153>S</j153>
 <j154>19</j154>
</price>
ONIX 2.1 Reference
<Price>
 <PriceTypeCode>14</PriceTypeCode>
 <PriceQualifier>03</PriceQualifier>
 <PriceStatus>02</PriceStatus>
 <PriceAmount>9.10</PriceAmount>
 <CurrencyCode>EUR</CurrencyCode>
 <CountryCode>DE</CountryCode>
 <TaxRateCode1>S</TaxRateCode1>
 <TaxRatePercent1>19</TaxRatePercent1>
</Price>
<Price>
 <PriceTypeCode>12</PriceTypeCode>
 <PriceQualifier>03</PriceQualifier>
 <PriceStatus>02</PriceStatus>
 <PriceAmount>9.10</PriceAmount>
 <CurrencyCode>EUR</CurrencyCode>
 <CountryCode>DE</CountryCode>
 <TaxRateCode1>S</TaxRateCode1>
 <TaxRatePercent1>19</TaxRatePercent1>
</Price>
ONIX 3.0 Short
<price>
 <x462>14</x462>
 <j261>03</j261>
 <j266>02</j266>
 <j151>9.10</j151>
 <tax>
 <x470>01</x470>
 <x471>S</x471>
 <x472>19</x472>
 </tax>
 <j152>EUR</j152>
 <territory>
 <x449>DE</x449>
 </territory>
</price>
<price>
 <x462>22/x462>
 <j261>03</j261>
 <j266>02</j266>
 <j151>9.10</j151>
 <tax>
 <x470>01</x470>
 <x471>S</x471>
 <x472>19</x472>
 </tax>
 <j152>EUR</j152>
 <territory>
 <x449>DE</x449>
 </territory>
</price>
ONIX 3.0 Reference
<Price>
 <PriceType>14</PriceType>
 <PriceQualifier>03</PriceQualifier>
 <PriceStatus>02</PriceStatus>
 <PriceAmount>9.10</PriceAmount>
 <Tax>
 <TaxType>01</TaxType>
 <TaxRateCode>S</TaxRateCode>
 <TaxRatePercent>19</TaxRatePercent>
 </Tax>
 <CurrencyCode>EUR</CurrencyCode>
 <Territory>
 <CountriesIncluded>DE</CountriesIncluded>
 </Territory>
</Price>
<Price>
 <PriceType>12</PriceType>
 <PriceQualifier>03</PriceQualifier>
 <PriceStatus>02</PriceStatus>
 <PriceAmount>9.10</PriceAmount>
 <Tax>
 <TaxType>01</TaxType>
 <TaxRateCode>S</TaxRateCode>
 <TaxRatePercent>19</TaxRatePercent>
 </Tax>
 <CurrencyCode>EUR</CurrencyCode>
 <Territory>
 <CountriesIncluded>DE</CountriesIncluded>
 </Territory>
</Price>

Bulk prices

Bulk PricesRRP Bulk Prices
ONIX 3.0 Short
<price>
 <x462>14</x462>
 <j263>20</j263>
 <j266>02</j266>
 <j151>8.73</j151>
 <tax>
 <x470>01</x470>
 <x471>S</x471>
 <x472>19</x472>
 </tax>
 <j152>EUR</j152>
 <territory>
 <x449>DE</x449>
 </territory>
</price>
<price>
 <x462>22/x462>
 <j263>20</j263>
 <j266>02</j266>
 <j151>8.73</j151>
 <tax>
 <x470>01</x470>
 <x471>S</x471>
 <x472>19</x472>
 </tax>
 <j152>EUR</j152>
 <territory>
 <x449>DE</x449>
 </territory>
</price>
ONIX 3.0 Reference
<Price>
 <PriceType>14</PriceType>
 <MinimumOrderQuantity>20</MinimumOrderQuantity>
 <PriceStatus>02</PriceStatus>
 <PriceAmount>8.73</PriceAmount>
 <Tax>
 <TaxType>01</TaxType>
 <TaxRateCode>S</TaxRateCode>
 <TaxRatePercent>19</TaxRatePercent>
 </Tax>
 <CurrencyCode>EUR</CurrencyCode>
 <Territory>
 <CountriesIncluded>DE</CountriesIncluded>
 </Territory>
</Price>
<Price>
 <PriceType>12</PriceType>
 <MinimumOrderQuantity>20</MinimumOrderQuantity>
 <PriceStatus>02</PriceStatus>
 <PriceAmount>8.73</PriceAmount>
 <Tax>
 <TaxType>01</TaxType>
 <TaxRateCode>S</TaxRateCode>
 <TaxRatePercent>19</TaxRatePercent>
 </Tax>
 <CurrencyCode>EUR</CurrencyCode>
 <Territory>
 <CountriesIncluded>DE</CountriesIncluded>
 </Territory>
</Price>