OBJECT
Price
An optional group of data elements which together describe a price
link GraphQL Schema definition
- type Price {
- # The price amount
- Float! :
- # The price amount, prefixed with the currency code, and separated with a space
- # e.g. "USD 24.99"
- String! :
- # The price amount, prefixed with the currency symbol e.g. "$24.99"
- String! :
- # The price's currency
- Currency! :
- # The price's three character ISO 4217 code
- String! :
- # The price in the EAN-5 (European Article Number) code format
- String :
- # The date on which the price is in effect
- ISO8601Date :
- # The date after which the price is no longer in effect
- ISO8601Date :
- # The price record's unique Consonance identifier
- Int! :
- # The price label
- String! :
- # The price's ONIX type
- ONIXCode! :
- # The price's ONIX type
- ONIXPriceTypeCode! :
- # The price's ONIX type qualifier
- ONIXCode! :
- # The price's ONIX type qualifier
- ONIXPriceTypeQualifierCode! :
- }
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.
- Querynull