ItemPriceSuggestionsEntry Object
Description
Price suggestion entry from Discogs marketplace, containing price information, condition, and seller details.
Declaration
type ItemPriceSuggestionsEntry {
priceString: String!
price: Float!
mediaCondition: String!
sleeveCondition: String!
notes: String
seller: String
shipsFrom: String
}
Fields
| Name | Type | Description |
|---|---|---|
priceString | String! | Price as a formatted string (e.g., "$25.00", "€20.00"). |
price | Float! | Price as a numeric value in the currency's base unit. |
mediaCondition | String! | Media condition of the item (e.g., "Mint", "Near Mint", "Very Good", "Good", "Fair", "Poor"). |
sleeveCondition | String! | Sleeve condition of the item (e.g., "Mint", "Near Mint", "Very Good", "Good", "Fair", "Poor"). |
notes | String | Additional notes about the listing. |
seller | String | Seller name or identifier. |
shipsFrom | String | Country or location where the seller ships from. |