Skip to main content

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

NameTypeDescription
priceStringString!Price as a formatted string (e.g., "$25.00", "€20.00").
priceFloat!Price as a numeric value in the currency's base unit.
mediaConditionString!Media condition of the item (e.g., "Mint", "Near Mint", "Very Good", "Good", "Fair", "Poor").
sleeveConditionString!Sleeve condition of the item (e.g., "Mint", "Near Mint", "Very Good", "Good", "Fair", "Poor").
notesStringAdditional notes about the listing.
sellerStringSeller name or identifier.
shipsFromStringCountry or location where the seller ships from.