Skip to main content

ItemBookInput Input

Description

Input fields for creating or updating a book item, including bibliographic information and metadata.

Declaration

input ItemBookInput {
title: String
subtitle: String
authors: [String]
publisher: String
categories: [String]
pageCount: Int
language: String
publishedDate: Date
weight: Int
format: String
assetLink: String
images: [ItemImageInput]
identifiers: [ItemIdentifierInput]
}

Fields

NameTypeDescription
titleStringTitle of the book.
subtitleStringSubtitle of the book, if applicable.
authors[String]List of author names.
publisherStringPublisher name.
categories[String]List of category or genre names for the book.
pageCountIntTotal number of pages in the book.
languageStringLanguage code of the book content (e.g., "en", "fr", "de").
publishedDateDatePublication date of the book.
weightIntWeight of the book in grams.
formatStringPhysical format of the book (e.g., "Hardcover", "Paperback", "eBook").
assetLinkStringLink to an external asset or resource related to the book.
images[ItemImageInput]List of images associated with the book, typically including cover images.
identifiers[ItemIdentifierInput]List of identifiers such as ISBN-10, ISBN-13, or other catalog numbers.