get_marketplace_order
Retrieve marketplace order details from the Discogs API by specifying the order ID. Use this tool to access and manage your Discogs collection data efficiently.
Instructions
Get a marketplace order
Input Schema
Name | Required | Description | Default |
---|---|---|---|
order_id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"order_id": {
"type": "number"
}
},
"required": [
"order_id"
],
"type": "object"
}