eBay Community logo
    • Home
    • News & Updates
    • Buying & Selling
      • Buying
      • Selling
      • New to selling on eBay
      • Seller Tools
      • Shipping
      • Returns
      • eBay Advertising
      • Payments
      • Mobile Apps
    • Explore Categories
        • eBay Motors
        • Electronics
        • Collectibles & Art
        • Home & Garden
        • Clothing, Shoes & Accessories
        • Toys & Hobbies
        • Sporting Goods
        • Books, Movies & Music
        • Health & Beauty
        • Business & Industrial
        • Jewelry & Watches
        • Specialty Services
        • eBay Partner Network
        • Accessibility
        • eBay Developers Program
        • eBay Cafe
        • eBay Live
        • Community Mentors
      • Ask a Mentor
    • About
      • About the Community
      • Share Community Platform Feedback
      • Report eBay Technical Issues
      • About eBay
    • Community Events
      • Events
      • Seller Circle Hosts
      • Seller Circles
    • eBay Help
    All PostsDiscussionsBlogsIdeasQuestions
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
    Discussions
    • TagsChevronRightIcon
    messages
    • Question
      • Ask a MentorChevronRightIcon
                       
      Missing order history

      I ordered an item, seller was helpful order was competed and all was well. just over 30 days later the order is completely gone and order number isnt even in the ebay system. No seller info, messages or anything remains. Why ? How? WTF?

      rickincorp
      rickincorp
      Posted 2 weeks ago • Last reply 2 weeks ago
      1
               
    • Discussion
      zimm3210
      • Special CategoriesChevronRightIcon
      • eBay Developers Program
               
      zimm3210
      82View listings
      Help and Contact Page Useless
                                                                                                                                                                                                       

      I made two purchases from two different sellers. They said their product was delivered but NO it wasn't or I never received it. I contacted both sellers who were no help at all, so I've been trying to contact eBay. This process is totally impossible! I cannot send an email to report the seller because eBay doesn't have an option for no seller name and won't send it without one. I don't have a name because the purchases are no longer in my purchase history NOR are the sellers showing up in eBay. How do I get a record of the emails between us. How do these things just disappear? I've tried for days to contact eBay but their contact and help page is a joke. Nothing leads to nothing. I've been on an endless circle trying to get this resolved. AI doesn't help it only says the same thing repeatedly. EBAY YOU NEED TO DO BETTER! How can I report these sellers without a name or no longer in my history? I sent a call request to no avail, twice! I've sent an email they offered on their page, finally, to no avail. How do I get a hold of a human at eBay and how can I get my money back? I am so frustrated I could scream! This is unacceptable customer service! We spend our money here we should be able to talk to someone if we come across a problem that your "help" page does not cover! Again, eBay do better and send me my two refunds.

      2 weeks agolast reply 2 weeks ago
      2
               
    • Question
      • Ask a MentorChevronRightIcon
                       
      I Think A Buyer Is Trying To Scam Me

      I sold a handbag a few days ago that I had listed for $49.99. The buyer made an offer for $49.00 -- which I thought was weird, but I went ahead and accepted it. The buyer is a new account with no feedback and has still not paid for his order. Today he sent me a message asking me to email photos of the bag to his daughter because it was a gift for her and he wanted her to be able to check it out. This whole thing seems very odd to me. Should I just cancel the order or try to accommodate the buyer's request?

      lyleg63
      lyleg63
      Posted 1 month ago • Last reply 1 month ago
      4
               
    • Discussion
      tttfinds
      • AboutChevronRightIcon
      • Report eBay Technical Issues
               
      tttfinds
      2View listings
      Messages blue chat screen
                       

      Has anyone else seen this screen? I get it when trying on my PC to see my messages.

      1 month agolast reply 1 month ago
      1
               
    • Question
      • Ask a MentorChevronRightIcon
                       
      MARKETING AND ADVERTISING

      I have been using marketing, but I am an individual not a store so I can't afford for any item to be at 12%. I put in no more than 10% on anything because if I do it eats up all of my profit. After putting in the percentage after clicking off it changes to a higher amount on its own. I just sold an item for $100 after the 12% that it is taking all on its own because I put 10%, I now have given the item away for free, but marketing and eBay still made a profit. How do I stop that from happening? I love eBay, marketing and for giving me an easy platform, but come on! I have been wondering if marketing was worth it?

      lisawilliams4844
      lisawilliams4844
      Posted 1 month ago • Last reply 1 month ago
      2
               
    • Discussion
      waldenresellers
      • Buying & SellingChevronRightIcon
      • Selling
               
      waldenresellers
      776View listings
      Help me contact a person that wants to buy an item from me.
               

      I'm trying to contact someone that wants to buy from me. I can't find out to send them a message. Any help would be appreciated. Thanks

      1 month agolast reply 1 month ago
      2
               
    • Discussion
      szy5123
      • Special CategoriesChevronRightIcon
      • eBay Developers Program
               
      szy5123
      0View listings
      getConversations (Message API) returns an empty list despite new messages in an existing conversation
               

      We are integrating the new Sell Message API ( /commerce/message/v1 ) to poll for new member-to-member messages on a production seller account. What we do We call getConversations ( GET /commerce/message/v1/conversation ) with conversation_type=FROM_MEMBERS to list conversations. We successfully retrieved a conversation and its first message, and stored that message's createdDate timestamp as our "last checked" marker. On the next poll we call getConversations again, using that stored timestamp as the start_time filter, to fetch anything newer. Problem After step 2, new messages were added to that existing conversation in production — both from us (the seller) and from the other party (the member who has the offer). These messages are clearly visible in the conversation on eBay. However, getConversations with our start_time filter returns an empty conversations array ( total: 0 ), as if there were no new messages — even though the new messages were sent after the start_time value we pass. Request / response (HTTP 200, but empty): GET https://api.ebay.com/commerce/message/v1/conversation?conversation_type=FROM_MEMBERS&start_time=2026-06-30T17:31:19.000Z&offset=0&limit=50 Response 200: {"limit":50,"offset":0,"total":0, "href":"https://api.ebay.com/commerce/message/v1/conversation?conversation_type=FROM_MEMBERS&start_time=2026-06-30T17:31:19.000Z&offset=0&limit=50", "conversations":[]} Question Does the start_time filter on getConversations filter by the conversation creation time rather than by the latest message / last activity time ? The documentation states "only messages sent after this time will be retrieved", which suggests filtering by message activity — but in practice, existing conversations that receive new messages after start_time are not returned. If this is expected behavior, what is the correct way to detect new messages in existing conversations since a given point in time?

      1 month ago
      0
               
    • Discussion
      loothive
      • AboutChevronRightIcon
      • Report eBay Technical Issues
               
      loothive
      526214View listings
      Replying to messages via email client showing CSS HTML coding in eBay messages
                                       

      Replies to eBay messages when using an email client (Thunderbird) are causing HTML or CSS code from the original message to be displayed in our message, below our reply. This began ON 06/09/26 when eBay introduced changes to the messages format / interface. Nothing changed on our side and this has not been an issue for many years. Though we like the threaded conversations, the displaying of whatever code this is, is complicating the communication process with buyers. I've tried changing the sending format in our email client but it has no effect. Using the eBay messages interface directly is not a suitable workaround in our situation. It appears normal from our email client, but in eBay messages, it's exposed / unformatted code?

      1 month ago
      0