I'm trying to get results form DEAL API.
I generaet an OAuth by clicking Get OAuth Application Token in the developer portal,
then try to run execute a sample like:
https://api.ebay.com/buy/deal/v1/deal_item
And get:
{
"errors": [
{
"errorId": 1100,
"domain": "ACCESS",
"category": "REQUEST",
"message": "Access denied",
"longMessage": "Insufficient permissions to fulfill the request."
}
]
}