Skip to main content

DiscogsInventoryEntry Object

Description

Represents a single listing in the Discogs inventory.

Declaration

type DiscogsInventoryEntry {
id: String!
release: DiscogsInventoryEntryRelease!
original_price: DiscogsInventoryEntryPrice
location: String
condition: String
sleeve_condition: String
posted: String
uri: String
comments: String
privateComments: String
price: DiscogsInventoryEntryPrice!
path: String
exists: Boolean
discrepancy: Boolean
}

Fields

NameTypeDescription
idString!Discogs listing identifier.
releaseDiscogsInventoryEntryRelease!Release information for this listing.
original_priceDiscogsInventoryEntryPriceOriginal price of the listing before any updates.
locationStringPhysical location of the item.
conditionStringMedia condition of the item.
sleeve_conditionStringSleeve condition of the item.
postedStringDate when the listing was posted to Discogs.
uriStringURI to access the listing on Discogs.
commentsStringPublic comments visible to buyers.
privateCommentsStringPrivate comments for internal use only.
priceDiscogsInventoryEntryPrice!Current price of the listing.
pathStringURL path to the listing.
existsBooleanWhether the listing exists in the local inventory system.
discrepancyBooleanWhether there is a discrepancy between Discogs and local inventory.