Skip to main content

DiscogsOrderEntryItem Object

Description

Represents a single item within a Discogs order.

Declaration

type DiscogsOrderEntryItem {
release: DiscogsOrderEntryItemRelease!
price: DiscogsOrderFee!
media_condition: String
sleeve_condition: String
id: Long!
state: DiscogsOrderEntryItemStatus
}

Fields

NameTypeDescription
releaseDiscogsOrderEntryItemRelease!Release information for this order item.
priceDiscogsOrderFee!Price of the item.
media_conditionStringMedia condition of the item.
sleeve_conditionStringSleeve condition of the item.
idLong!Discogs listing identifier.
stateDiscogsOrderEntryItemStatusCurrent status and availability of the item.