-
Marketplace endpoints Stable
released this
2025-11-10 00:38:01 +00:00 | 2 commits to main since this releaseThis release contains the work done to implement the Marketplace endpoints for the Discogs API backend service, which include the following endpoints:
- GET
/users/{username}/inventory - GET
/marketplace/listings/{listing_id} - DELETE
/marketplace/listings/{listing_id} - POST
/marketplace/listings/{listing_id} - POST
/marketplace/listings - GET
/marketplace/orders - GET
/marketplace/orders/{order_id} - GET
/marketplace/orders/{order_id}/messages - POST
/marketplace/orders/{order_id}/messages - GET
/marketplace/fee/{price} - GET
/marketplace/fee/{price}/{currency} - GET
/marketplace/price_suggestions/{release_id} - GET
/marketplace/stats/{release_id}
Downloads
- GET