OBJECT
ISBN
link GraphQL Schema definition
- type ISBN {
- # The ISBN-10, where an ISBN-13 is assigned to the product and it can be converted
- # to an ISBN-10
- String :
- # The ISBN-13 as a string of digits
- String :
- # The ISBN-13, with the number's components separated by dashes
- String :
- # The ISBN-13, with the number's components separated by spaces
- String :
- }
link Require by
- ElectronicAudioProductAn audio book product in electronic form, such as one delivered via MP3 or streamed online
- ElectronicBookProductA textual or graphical book product in electronic form, such as one delivered via PDF or EPUB file formats, or viewable online as HTML
- ElectronicProductA product in electronic form, rather than physical form, such as a downloadable resource. Digital products carried on a physical medium, such as CD-ROMs, are a physical type, not an electronic type.
- GenericProductA generic product, used for products not classified in more detail
- ISBNBlockA block of ISBNs
- PhysicalAudioProductA physical product with audio content e.g. an audio CD
- PhysicalBookProductA physical book with graphical or textual content. e.g. a paperback
- PhysicalProductA physical product, which may carry content in either physical or digital form
- ProductAn individually traded item. Consonance supports a wide range of product types e.g. hardback book, CD audio book, poster.
- WorkA unique item of intellectual property on which products are based