OBJECT
SystemPrice
link GraphQL Schema definition
- type SystemPrice {
- # The price amount
- Float :
- # The product-price record's unique Consonance identifier, not an integer but a
- # combination of
- # currency, price type and price qualifier. This format is structured like
- # CCC-TT-QQ where:
- # CCC is the currency.
- # TT is a code for the price type e.g. 01 means RRP (from a list which is a subset
- # of ONIX code list 58).
- # QQ is the ONIX price type qualifier e.g. 05 means consumer (from a list which is
- # a subset of ONIX code list 59).
- # e.g. USD-01-05 is the USD consumer RRP price.
- String! :
- # The price label
- String! :
- # The price symbol
- 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
- 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.