Skip to main content

ItemData Object

Description

Detailed data and metadata for an item, including release, book, or product information.

Declaration

type ItemData {
identifiers: [ItemIdentifier!]
title: String
artists: [ItemArtist!]
labels: [ItemLabel!]
cat: String
type: String
manufacturer: String
discogsId: Float
assetLink: String
images: [Image!]!
weight: Float
genres: [String!]
styles: [String!]
tracklist: [Track!]
formats: [ReleaseFormat!]
country: String
releaseDate: Date
videos: [ItemVideo]
subtitle: String
authors: [String]
publisher: String
publishedDate: Date
industryIdentifiers: [BookIndustryIdentifier]
pageCount: Int
categories: [String!]
maturityRating: String
language: String
format: String
}

Fields

NameTypeDescription
identifiers[ItemIdentifier!]Identifiers associated with the item (e.g., barcodes, catalog numbers).
titleStringTitle of the item.
artists[ItemArtist!]Artists associated with the item.
labels[ItemLabel!]Labels associated with the item.
catStringCategory classification.
typeStringItem type (e.g., "release", "book", "product").
manufacturerStringManufacturer name.
discogsIdFloatExternal identifier from the marketplace system.
assetLinkStringLink to associated digital asset.
images[Image!]!Images associated with the item.
weightFloatWeight of the item.
genres[String!]Musical genres associated with the item.
styles[String!]Musical styles associated with the item.
tracklist[Track!]Track listing for release items.
formats[ReleaseFormat!]Format information for release items.
countryStringCountry of origin or release.
releaseDateDateRelease date for release items.
videos[ItemVideo]Videos associated with the item.
subtitleStringSubtitle for book items.
authors[String]Authors for book items.
publisherStringPublisher for book items.
publishedDateDatePublication date for book items.
industryIdentifiers ⚠️[BookIndustryIdentifier]Industry identifiers for book items (e.g., ISBN). ⚠️ Deprecated: No longer supported
pageCountIntNumber of pages for book items.
categories[String!]Categories the item belongs to.
maturityRatingStringMaturity rating for book items.
languageStringLanguage of the item.
formatStringFormat description for book items.