ENUM

ONIXAvailabilityCode

The ONIX availability code. The use of the element is deprecated in ONIX although still supported for legacy data feeds in Consonance.

link GraphQL Schema definition

  • enum ONIXAvailabilityCode {
  • # Cancelled
  • AB
  • # Available direct from publisher only
  • AD
  • # Availability uncertain
  • CS
  • # No longer stocked by us
  • EX
  • # Available
  • IP
  • # Manufactured on demand
  • MD
  • # Not yet published
  • NP
  • # Newly catalogued, not yet in stock
  • NY
  • # Other format available
  • OF
  • # Out of stock indefinitely
  • OI
  • # Out of print
  • OP
  • # Replaced by new edition
  • OR
  • # Publication postponed indefinitely
  • PP
  • # Refer to another supplier
  • RF
  • # Remaindered
  • RM
  • # Reprinting
  • RP
  • # Reprinting, undated
  • RU
  • # Special order
  • TO
  • # Temporarily out of stock because publisher cannot supply
  • TP
  • # Temporarily unavailable
  • TU
  • # Unavailable, awaiting reissue
  • UR
  • # Will be remaindered as of (date)
  • WR
  • # Withdrawn from sale
  • WS
  • }