07-08-2024 06:33 AM
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?
07-19-2024 01:47 AM
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
GetNotificationsUsagefor 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:
Fix the token issue, and you should start seeing those ItemRevised events roll in!