ENUM
ONIXContentAudienceCode
A code from ONIX code list 154 which identifies an audience for a marketing text.
A text without any content audience restriction is indicated by the presence of the code "00" ("Unrestricted"), which will be the only one present.
link GraphQL Schema definition
- enum ONIXContentAudienceCode {
- # Unrestricted
- # Restricted
- # Booktrade
- # End-customers
- # Librarians
- # Teachers
- # Students
- # Press
- # Shopping comparison service
- }
link Require by
- CreateMarketingTextInputAutogenerated input type of CreateMarketingText
- CreateSupportingResourceInputAutogenerated input type of CreateSupportingResource
- MarketingTextText that supports the marketing of a product, such as a review, short description, or table of contents
- SupportingResourceA supporting resource, such as a cover or jacket image. When uploading a file using a resourceFileName, the mutation will return a presigned URL to upload the file to. Once the file has been uploaded, it will be processed in the background and the different image sizes generated. The presigned URL and subsequent mutation are not required when uploading an image using an imageRemoteUrl rather than a file.
- UpdateMarketingTextInputAutogenerated input type of UpdateMarketingText
- UpdateSupportingResourceInputAutogenerated input type of UpdateSupportingResource