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
| Name | Type | Description |
|---|---|---|
release | DiscogsOrderEntryItemRelease! | Release information for this order item. |
price | DiscogsOrderFee! | Price of the item. |
media_condition | String | Media condition of the item. |
sleeve_condition | String | Sleeve condition of the item. |
id | Long! | Discogs listing identifier. |
state | DiscogsOrderEntryItemStatus | Current status and availability of the item. |