Discogs MCP Server

get_marketplace_orders

Retrieve a list of marketplace orders on Discogs, filter by status, creation date, or archive status, and sort results by ID, buyer, or activity for efficient order management.

Instructions

Get a list of marketplace orders

Input Schema

NameRequiredDescriptionDefault
archivedNo
created_afterNo
created_beforeNo
pageNo
per_pageNo
sortNo
sort_orderNo
statusNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "archived": { "type": "boolean" }, "created_after": { "type": "string" }, "created_before": { "type": "string" }, "page": { "minimum": 1, "type": "integer" }, "per_page": { "maximum": 100, "minimum": 1, "type": "integer" }, "sort": { "enum": [ "id", "buyer", "created", "status", "last_activity" ], "type": "string" }, "sort_order": { "enum": [ "asc", "desc" ], "type": "string" }, "status": { "enum": [ "New Order", "Buyer Contacted", "Invoice Sent", "Payment Pending", "Payment Received", "Shipped", "Refund Sent", "Cancelled (Non-Paying Buyer)", "Cancelled (Item Unavailable)", "Cancelled (Per Buyer's Request)" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Discogs MCP Server

Related Tools

ID: 05or5qmrnr