Hi, While trying to access the dealsapi via API Explorer
https://api.sandbox.ebay.com/buy/deal/v1/deal_item?category_ids=9355
Authorization:Bearer xxxxxxx
Content-Type:application/json
X-EBAY-C-MARKETPLACE-ID:EBAY_US
I'm receiving the following error.
{
"errors": [
{
"errorId": 1100,
"domain": "ACCESS",
"category": "REQUEST",
"message": "Access denied",
"longMessage": "Insufficient permissions to fulfill the request."
}
]
}
I tried with both OAuth application token and user token, Still receiving the same error.
*Masked the bearer token
Thanks,
Geetika