ENUM

ONIXPublishingStatusCode

link GraphQL Schema definition

  • enum ONIXPublishingStatusCode {
  • # Unspecified
  • _00
  • # Cancelled
  • _01
  • # Forthcoming
  • _02
  • # Postponed indefinitely
  • _03
  • # Active
  • _04
  • # No longer our product
  • _05
  • # Out of stock indefinitely
  • _06
  • # Out of print
  • _07
  • # Inactive
  • _08
  • # Unknown
  • _09
  • # Remaindered
  • _10
  • # Withdrawn from sale
  • _11
  • # Recalled (Deprecated)
  • _12
  • # Active, but not sold separately
  • _13
  • # Recalled
  • _15
  • # Temporarily withdrawn from sale
  • _16
  • # Permanently withdrawn from sale
  • _17
  • }