Skip to main content

ItemData Object

Description

Base data structure for item metadata and identifiers.

Declaration

type ItemData {
id: Float
assetLink: String
thumb: String
title: String!
discogsId: Float
country: String
formats: [ReleaseFormat!]
identifiers: [ItemDataIdentifier!]
tracklist: [ReleaseTrack!]
releaseDate: Date
weight: Float
genres: [String!]
images: [ReleaseImage!]!
artists: [ReleaseArtist!]
year: Int
labels: [ReleaseLabel!]
styles: [String!]
videos: [ReleaseVideo]
manufacturer: String
cat: String
type: String
giftCard: ProductGiftCard
subtitle: String
authors: [String!]
publisher: String
publishedDate: Date
industryIdentifiers: [BookIdentifier]
pageCount: Int
categories: [String!]
maturityRating: String
language: String
search: String
format: String
}

Fields

NameTypeDescription
idFloatNumeric identifier for the item data.
assetLinkStringLink to associated digital asset or resource.
thumbStringThumbnail image URL or identifier.
titleString!Title of the release.
discogsIdFloatExternal identifier from the marketplace system.
countryStringCountry of origin or release country code.
formats[ReleaseFormat!]Format information for the release.
identifiers[ItemDataIdentifier!]Identifiers associated with the release (e.g., barcodes, catalog numbers).
tracklist[ReleaseTrack!]Track listing for the release.
releaseDateDateRelease date of the item.
weightFloatWeight of the item in grams or specified unit.
genres[String!]Musical genres associated with the release.
images[ReleaseImage!]!Images associated with the release.
artists[ReleaseArtist!]Artists associated with the release.
yearIntYear of release.
labels[ReleaseLabel!]Record labels associated with the release.
styles[String!]Musical styles associated with the release.
videos[ReleaseVideo]Videos associated with the release.
manufacturerStringManufacturer name of the product.
catStringCategory classification for the product.
typeStringProduct type classification.
giftCardProductGiftCardGift card configuration if this product generates gift cards.
subtitleStringSubtitle of the book.
authors[String!]Authors of the book.
publisherStringPublisher of the book.
publishedDateDatePublication date of the book.
industryIdentifiers ⚠️[BookIdentifier]Industry identifiers for the book (e.g., ISBN, ASIN). ⚠️ Deprecated: use identifiers instead
pageCountIntNumber of pages in the book.
categories[String!]Categories the book belongs to.
maturityRatingStringMaturity rating for the book (e.g., "NOT_MATURE", "MATURE").
languageStringLanguage of the book (ISO 639-1 code).
searchStringSearch index text for the book.
formatStringFormat description of the book (e.g., "Hardcover", "Paperback").