ENUM

ONIXProductAvailabilityCode

link GraphQL Schema definition

  • enum ONIXProductAvailabilityCode {
  • # Cancelled
  • _01
  • # Not yet available
  • _10
  • # Awaiting stock
  • _11
  • # Not yet available, will be POD
  • _12
  • # Available
  • _20
  • # In stock
  • _21
  • # To order
  • _22
  • # POD
  • _23
  • # Temporarily unavailable
  • _30
  • # Out of stock
  • _31
  • # Reprinting
  • _32
  • # Awaiting reissue
  • _33
  • # Temporarily withdrawn from sale
  • _34
  • # Not available (reason unspecified)
  • _40
  • # Not available, replaced by new product
  • _41
  • # Not available, other format available
  • _42
  • # No longer supplied by us
  • _43
  • # Apply direct
  • _44
  • # Not sold separately
  • _45
  • # Withdrawn from sale
  • _46
  • # Remaindered
  • _47
  • # Not available, replaced by POD
  • _48
  • # Recalled
  • _49
  • # Not sold as set
  • _50
  • # Not available, publisher indicates OP
  • _51
  • # Not available, publisher no longer sells product in this market
  • _52
  • # No recent update received
  • _97
  • # No longer receiving updates
  • _98
  • # Contact supplier
  • _99
  • }