ENUM

ONIXPriceTypeQualifierCode

A code from ONIX code list 53.

The qualifier further specifies the type of the price, and can be considered to be a general class of customer to whom the price applies.

link GraphQL Schema definition

  • enum ONIXPriceTypeQualifierCode {
  • # Unqualified price
  • _00
  • # Member/subscriber price
  • _01
  • # Export price
  • _02
  • # Reduced price applicable when the item is purchased as part of a set (or series,
  • # or collection)
  • _03
  • # Voucher price
  • _04
  • # Consumer price
  • _05
  • # Corporate price
  • _06
  • # Reservation order price
  • _07
  • # Promotional offer price
  • _08
  • # Linked price
  • _09
  • # Library price
  • _10
  • # Education price
  • _11
  • # Corporate price
  • _12
  • # Subscription service price
  • _13
  • # School library price
  • _14
  • # Academic library price
  • _15
  • # Public library price
  • _16
  • }