Implemented the Marketplace endpoints #15

Merged
javier merged 16 commits from library/marketplace into main 2025-11-10 00:34:40 +00:00
Owner

This PR contains the work done to implement the Marketplace endpoints for the Discogs API backend service, which include the following endpoints:

  • GET /users/{username}/inventory endpoint
  • GET /marketplace/listings/{listing_id} endpoint
  • DELETE /marketplace/listings/{listing_id} endpoint
  • POST /marketplace/listings/{listing_id} endpoint
  • POST /marketplace/listings endpoint
  • GET /marketplace/orders endpoint
  • GET /marketplace/orders/{order_id} endpoint
  • GET /marketplace/orders/{order_id}/messages endpoint
  • POST /marketplace/orders/{order_id}/messages endpoint
  • GET /marketplace/fee/{price} endpoint
  • GET /marketplace/fee/{price}/{currency} endpoint
  • GET /marketplace/price_suggestions/{release_id} endpoint
  • GET /marketplace/stats/{release_id} endpoint
This PR contains the work done to implement the *Marketplace* endpoints for the **Discogs API** backend service, which include the following endpoints: * GET `/users/{username}/inventory` endpoint * GET `/marketplace/listings/{listing_id}` endpoint * DELETE `/marketplace/listings/{listing_id}` endpoint * POST `/marketplace/listings/{listing_id}` endpoint * POST `/marketplace/listings` endpoint * GET `/marketplace/orders` endpoint * GET `/marketplace/orders/{order_id}` endpoint * GET `/marketplace/orders/{order_id}/messages` endpoint * POST `/marketplace/orders/{order_id}/messages` endpoint * GET `/marketplace/fee/{price}` endpoint * GET `/marketplace/fee/{price}/{currency}` endpoint * GET `/marketplace/price_suggestions/{release_id}` endpoint * GET `/marketplace/stats/{release_id}` endpoint
javier added the Kind/BugKind/Feature
Priority
High
labels 2025-11-10 00:33:53 +00:00
javier self-assigned this 2025-11-10 00:33:53 +00:00
javier added 16 commits 2025-11-10 00:33:53 +00:00
javier merged commit a0672cc4af into main 2025-11-10 00:34:40 +00:00
javier deleted branch library/marketplace 2025-11-10 00:34:44 +00:00
Sign in to join this conversation.