All PostsDiscussionsBlogsIdeasQuestions
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
Discussions
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
    • Special CategoriesChevronRightIcon
    • eBay Developers ProgramChevronRightIcon
    • APIs Feedback, Comments and SuggestionsChevronRightIcon
    ItemRevised notification error

    Hello,

     

    I am trying to listen to ItemRevised events from ebay in a production environment. I have not managed to receive any events so far so I tried 

    GetNotificationsUsage

    for one of my items. I managed to get a list of failed deliveries with reason "Token does not exist"

     

    {
     "DeliveryURL": "[MY_DELIVERY_URL]",
     "ReferenceID": 166859082356,
     "ExpirationTime": "2024-07-09T12:52:49.000Z",
     "Type": "ItemRevised",
     "DeliveryStatus": "Rejected",
     "ErrorMessage": "INVALID_AUTH_TOKEN_STATUS:Invalidated token: Token does not exist"
    }

    What does that mean please?

     

    lib3rat0r
    lib3rat0r
    113View listings
    Posted 2 years ago·Last reply 2 years ago
                                           
             
    1 comment

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
                   
    melamun_65

    melamun_65

    ·2 years ago
    0View listings

    Hello,

    @lib3rat0r wrote:

    Hello,

     

    I am trying to listen to ItemRevised events from ebay in a production environment. I have not managed to receive any events so far so I tried 

    GetNotificationsUsage

    for one of my items. I managed to get a list of failed deliveries with reason "Token does not exist"

     

     

    {
     "DeliveryURL": "[MY_DELIVERY_URL]",
     "ReferenceID": 166859082356,
     "ExpirationTime": "2024-07-09T12:52:49.000Z",
     "Type": "ItemRevised",
     "DeliveryStatus": "Rejected",
     "ErrorMessage": "INVALID_AUTH_TOKEN_STATUS:Invalidated token: Token does not exist"
    }

     

    What does that mean please?

     

    Uh oh! You're not getting those ItemRevised events from eBay because your secret handshake (token) is messed up. Here's why:

    What to Do:

    1. Check Your Code: Make sure you're using the right token for the real eBay (not a test one). Double-check you copied it correctly!
    2. Token Timeout: Tokens expire, so make sure your code refreshes it before it goes kaput. eBay's instructions should help you with this.

    Fix the token issue, and you should start seeing those ItemRevised events roll in!

                                           
                                                                                     
    •                                                              
    •                                                              
    •