DiscogsOrderEntryItemStatus Object
Description
Status information for an item in a Discogs order.
Declaration
type DiscogsOrderEntryItemStatus {
path: String
available: Boolean!
}
Fields
| Name | Type | Description |
|---|---|---|
path | String | Path or URL related to the item status. |
available | Boolean! | Whether the item is currently available. |