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
| Name | Type | Description |
|---|---|---|
identifiers | [ItemIdentifier!] | Identifiers associated with the item (e.g., barcodes, catalog numbers). |
title | String | Title of the item. |
artists | [ItemArtist!] | Artists associated with the item. |
labels | [ItemLabel!] | Labels associated with the item. |
cat | String | Category classification. |
type | String | Item type (e.g., "release", "book", "product"). |
manufacturer | String | Manufacturer name. |
discogsId | Float | External identifier from the marketplace system. |
assetLink | String | Link to associated digital asset. |
images | [Image!]! | Images associated with the item. |
weight | Float | Weight 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. |
country | String | Country of origin or release. |
releaseDate | Date | Release date for release items. |
videos | [ItemVideo] | Videos associated with the item. |
subtitle | String | Subtitle for book items. |
authors | [String] | Authors for book items. |
publisher | String | Publisher for book items. |
publishedDate | Date | Publication date for book items. |
industryIdentifiers ⚠️ | [BookIndustryIdentifier] | Industry identifiers for book items (e.g., ISBN). ⚠️ Deprecated: No longer supported |
pageCount | Int | Number of pages for book items. |
categories | [String!] | Categories the item belongs to. |
maturityRating | String | Maturity rating for book items. |
language | String | Language of the item. |
format | String | Format description for book items. |