Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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 to be implemented on May 1, 2025 (ie, 20250501).

      <Price>
        <PriceType>01</PriceType>
        <PriceQualifier>06</PriceQualifier>
        <PriceTypeDescription>School/library market price</PriceTypeDescription>
        <PriceAmount>19.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>21.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>
  • No labels