OBJECT
MarketingText
Text that supports the marketing of a product, such as a review, short description, or table of contents
link GraphQL Schema definition
- type MarketingText {
- # An alternative version of the public marketing text
- #
- # Arguments
- # stripHtml: When true, HTML is removed from the text (default is
- # FALSE)
- (: Boolean): String!
- # An alternative version of the alternative public marketing text
- : String!
- # The system or in-house approval status
- : ApprovalStatus
- : String
- # When the review was first published
- : ISO8601Date
- # When the review is embargoed until
- : ISO8601Date
- # The marketing text destined for public viewing
- #
- # Arguments
- # stripHtml: When true, HTML is removed from the text (default is
- # FALSE)
- (: Boolean): String!
- # The marketing text destined for public viewing
- : String!
- # The number of characters in the external text
- : Int!
- # The format of the text, derived from the content itself
- : String
- # The date from which a marketing text may be referenced or used. The content is
- # intended to be embargoed by recipients until this date.
- : ISO8601Date
- : String
- # The marketing text's unique Consonance identifier
- : Int
- # The marketing text destined for internal viewing
- #
- # Arguments
- # stripHtml: When true, HTML is removed from the text (default is
- # FALSE)
- (: Boolean): String!
- # The marketing text for your own internal use
- : String!
- # The number of characters in the internal text
- : Int!
- # The language. A code from [ONIX code list
- # 74](https://ns.editeur.org/onix/en/74), Language.
- : ONIXCode
- : Boolean
- # The audiences for which the text is intended
- : [ONIXContentAudienceCode!]!
- # The audiences for which the text is intended
- : [ONIXCode!]!
- # The language code
- : ONIXLanguageCode
- # The IDs of products linked to this marketing text
- : [Int!]!
- # The products with which this marketing text is associated.
- #
- # Consider whether it might be more efficient or applicable for your use case to
- # instead use the field "marketingTexts" on the Product type, especially if you
- # are retrieving data for a single product and you want its specific marketing
- # texts.
- : [Product!]!
- # Where the review appeared e.g. The Guardian
- : String
- # The publisher of the review e.g. The Guardian
- : Contact
- # The location of the review on the internet
- : String
- # The person who wrote the review
- : Contact
- # A number which specifies the sequence of contributions on the work
- : Int!
- # The marketing text destined for public viewing
- : String!
- # The date until which a marketing text may be referenced or used
- : ISO8601Date
- # The variant of the marketing text, such as short description
- : MarketingTextVariant!
- }
link Require by
- CreateMarketingTextPayloadAutogenerated return type of CreateMarketingText.
- DeleteMarketingTextPayloadAutogenerated return type of DeleteMarketingText.
- 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.
- UpdateMarketingTextPayloadAutogenerated return type of UpdateMarketingText.
- WorkA unique item of intellectual property on which products are based