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
| Name | Type | Description |
|---|---|---|
id | String! | Discogs listing identifier. |
release | DiscogsInventoryEntryRelease! | Release information for this listing. |
original_price | DiscogsInventoryEntryPrice | Original price of the listing before any updates. |
location | String | Physical location of the item. |
condition | String | Media condition of the item. |
sleeve_condition | String | Sleeve condition of the item. |
posted | String | Date when the listing was posted to Discogs. |
uri | String | URI to access the listing on Discogs. |
comments | String | Public comments visible to buyers. |
privateComments | String | Private comments for internal use only. |
price | DiscogsInventoryEntryPrice! | Current price of the listing. |
path | String | URL path to the listing. |
exists | Boolean | Whether the listing exists in the local inventory system. |
discrepancy | Boolean | Whether there is a discrepancy between Discogs and local inventory. |