I am trying to call this API with my eBay user auth token on the eBay API Explorer:
The Headers:
Authorization:Bearer [MY_EBAY_SELLER_USER_TOKEN]
Accept:application/json
Content-Type:application/json
Now I'm receiving this in response:
{
"total": 0,
"size": 0
}
Now I definitely have some items listed for sale and they are showing up on eBay. I also made sure that I am in production mode and that my auth token is also a production token.
What's going on with you eBay??? See image below: