Skip to main content

BookItem Object

Description

Represents a book item with book-specific data.

Declaration

type BookItem implements ItemInterface {
creatorsId: String
_id: ID!
id: Float!
type: ItemType!
incId: Float
uniqueId: String
oldId: Float
created: Date
modified: Date
seo: SeoEntry
isForbiddenForSale: Boolean
logs: [LogEntry]
handle: String
path: String!
uri: String
wants: Int
bitly: String
descriptions: ItemDescriptions!
listings: [Listing!]!
data: BookItemData!
}

Fields

NameTypeDescription
creatorsIdString
_idID!
idFloat!
typeItemType!
incIdFloat
uniqueIdString
oldIdFloat
createdDate
modifiedDate
seoSeoEntry
isForbiddenForSaleBoolean
logs ⚠️[LogEntry]⚠️ Deprecated: No longer supported
handle ⚠️String⚠️ Deprecated: No longer supported
pathString!
uriString
wantsInt
bitlyString
descriptionsItemDescriptions!
listings[Listing!]!
dataBookItemData!Book-specific data and metadata.