Skip to main content

BookItemData Object

Description

Detailed data and metadata specific to book items.

Declaration

type BookItemData {
title: String
subtitle: String
authors: [String!]
publisher: String
publishedDate: Date
pageCount: Int
categories: [String!]
maturityRating: String
language: String
format: String
images: [ReleaseImage!]!
industryIdentifiers: [BookIdentifier]
}

Fields

NameTypeDescription
titleStringTitle of the book.
subtitleStringSubtitle of the book.
authors[String!]Authors of the book.
publisherStringPublisher of the book.
publishedDateDatePublication date of the book.
pageCountIntNumber of pages in the book.
categories[String!]Categories the book belongs to.
maturityRatingStringMaturity rating for the book.
languageStringLanguage of the book (ISO 639-1 code).
formatStringFormat description of the book (e.g., "Hardcover", "Paperback").
images[ReleaseImage!]!Images associated with the book.
industryIdentifiers ⚠️[BookIdentifier]Industry identifiers for the book (e.g., ISBN, ASIN). ⚠️ Deprecated: use identifiers instead