cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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?

 

Message 1 of 2
latest reply
1 REPLY 1

Re: ItemRevised notification error

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!

Message 2 of 2
latest reply