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
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?
1 comment
melamun_65
·2 years agoHello,
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!