Example: School/Library price change To package price change data in ONIX:
Select the “ONIX 2 (xml)” or “ONIX 3 (xml)” asset type
Select a price with an upcoming price change
Enable the “Accepts Price Change Advance Notice?” option
Example: Library price change ($19.95 => $21.95) to be implemented on April 30May 1, 2025 (ie, 20250430
20250501
).
Code Block | ||
---|---|---|
| ||
<Price> <PriceType>01</PriceType> <PriceQualifier>06</PriceQualifier> <PriceTypeDescription>School/library market price</PriceTypeDescription> <PriceAmount>22<PriceAmount>19.45<95</PriceAmount> <CurrencyCode>USD</CurrencyCode> <Territory> <RegionsIncluded>WORLD</RegionsIncluded> </Territory> <PriceDate> <PriceDateRole>14</PriceDateRole> <DateFormat>00</DateFormat> <Date>20250501</Date> </PriceDate> <PriceDate> <PriceDateRole>15</PriceDateRole> <DateFormat>00</DateFormat> <Date>20250430</Date> </PriceDate> </Price> <Price> <PriceType>01</PriceType> <PriceQualifier>06</PriceQualifier> <PriceTypeDescription>School/library market price</PriceTypeDescription> <PriceAmount>18<PriceAmount>21.45<95</PriceAmount> <CurrencyCode>USD</CurrencyCode> <Territory> <RegionsIncluded>WORLD</RegionsIncluded> </Territory> <PriceDate> <PriceDateRole>14</PriceDateRole> <DateFormat>00</DateFormat> <Date>20250501</Date> </PriceDate> <PriceDate> <PriceDateRole>15</PriceDateRole> <DateFormat>00</DateFormat> <Date>20250430</Date> </PriceDate> </Price> |