Managem
DocsMarketplace
DocsMarketplace
  1. Sellers
  • Selling
    • Onboarding
    • Create a Listing
    • Grading your Cards
    • Packing your order
  • Buying
  • API
    • Search & Data
      • Items
        • Full-text search
      • Lookup
        • Retrieve an item
        • Retrieve multiple items
        • Retrieve usernames
      • Hierarchy
        • Game
          • Set
            • Type
              • Game set item type search
            • Game set search
          • Game search
        • Get full hierarchy
      • Listings
        • Search seller's listings
        • Search all listings
        • Search listings for an item
        • Retrieve historical prices for an item
    • Basket
      • List basket contents
      • Add an item
      • Update an item
      • Remove an item
      • Get basket summary
      • Get information, fees & delivery costs
      • Create checkout session
    • Sellers
      • Account
        • Create account
        • Get account details
        • Get current status
        • Get dashboard URL
        • Update vacation mode
      • Listings
        • Suggest prices
        • Create listing
        • Bulk create listings
        • Search listings
        • List listings by item
        • Get listing
        • Update listing
        • Delete listing
        • Create attachment
        • Finalize attachment
        • Delete attachment
      • Orders
        • List orders
        • Get order history
        • Get order
        • Update order
        • List carriers
        • Generate packing slip
        • Create shipment attachment
        • Finalize shipment attachment
      • Cases
        • List cases
        • Get case
        • Update case
        • Create case attachment
        • Finalize case attachment
      • Delivery Costs
        • Get delivery configuration
        • Upsert delivery configuration
      • Balance
        • Get current balance
        • Withdraw funds
        • List payouts
        • List transfers
      • Stats
        GET
    • Users
      • Conversations
        • List conversations
        • Create conversation
        • Get unread count
        • List messages
        • Lock conversation
        • Send a message
        • Create message attachment
        • Finalize message attachment
      • Address Management
        • Find/Lookup addresses
        • Retrieve full address details
        • Store a new Address
        • List all Addresses
        • Delete an Address
      • Reviews
        • List reviews
        • Get review
        • Create review
        • Update review
        • Delete review
      • Cases
        • List cases
        • Get case
        • Create case attachment
        • Finalize case attachment
        • Update case
      • Purchases
        • List purchases
        • Get purchase
        • Update purchase
        • List purchase history
      • Payments
        • Get customer portal link
        • Get invoice download URL
        • List invoices
      • Account
        • Get account information
        • Update password
        • Update user profile
        • Update email address
        • Update email address (verification)
        • Create avatar upload url
        • Finalize avatar upload
        • Create cover upload url
        • Finalize cover upload
      • Stats
    • Profiles
      • Get user profile
      • List reviews
  • Legals
    • Seller Policy
    • Buyer Protection
    • Buyer Policy
    • Grading & Condition Policy
    • Terms & Conditions
    • Privacy Policy
  1. Sellers

Listings

Suggest prices
POST/seller/listings/suggest
Retrieve pricing suggestions for one or more URNs. Suggestions are only returned for URNs that have a price.
Create listing
POST/seller/listings
Create a new listing for the authenticated seller. The seller must have completed onboarding before a listing can be created.
Bulk create listings
POST/seller/listings/bulk
Create or update multiple listings in a single request.
Search listings
POST/seller/listings/search
Search through your listings using full-text and facets.
List listings by item
GET/seller/listings/items
Retrieve listings for a specific item owned by the authenticated seller. Listings are fetched directly from the database and enriched with item detail...
Get listing
GET/seller/listings/{id}
Retrieve a single listing owned by the authenticated seller.
Update listing
PUT/seller/listings/{id}
Update an existing listing owned by the authenticated seller.
Delete listing
DELETE/seller/listings/{id}
Delete a listing owned by the authenticated seller.
Create attachment
POST/seller/listings/{id}/attachments
Request a direct upload URL for a listing attachment.
Finalize attachment
PATCH/seller/listings/{id}/attachments
Confirm the attachment has been uploaded and save it.
Delete attachment
DELETE/seller/listings/{id}/attachments
Remove an attachment from a listing.
Previous
Update vacation mode
Next
Suggest prices
Built with