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
| Name | Type | Description |
|---|---|---|
id | Float | Numeric identifier for the item data. |
assetLink | String | Link to associated digital asset or resource. |
thumb | String | Thumbnail image URL or identifier. |
title | String! | Title of the release. |
discogsId | Float | External identifier from the marketplace system. |
country | String | Country 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. |
releaseDate | Date | Release date of the item. |
weight | Float | Weight 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. |
year | Int | Year 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. |
manufacturer | String | Manufacturer name of the product. |
cat | String | Category classification for the product. |
type | String | Product type classification. |
giftCard | ProductGiftCard | Gift card configuration if this product generates gift cards. |
subtitle | String | Subtitle of the book. |
authors | [String!] | Authors of the book. |
publisher | String | Publisher of the book. |
publishedDate | Date | Publication date of the book. |
industryIdentifiers ⚠️ | [BookIdentifier] | Industry identifiers for the book (e.g., ISBN, ASIN). ⚠️ Deprecated: use identifiers instead |
pageCount | Int | Number of pages in the book. |
categories | [String!] | Categories the book belongs to. |
maturityRating | String | Maturity rating for the book (e.g., "NOT_MATURE", "MATURE"). |
language | String | Language of the book (ISO 639-1 code). |
search | String | Search index text for the book. |
format | String | Format description of the book (e.g., "Hardcover", "Paperback"). |