Hello,
I am using this API
https://api.ebay.com/buy/browse/v1/item?item_ids=v1|122299597860|0
it's giving me below error
{
"errors": [
{
"errorId": 1100,
"domain": "ACCESS",
"category": "REQUEST",
"message": "Access denied",
"longMessage": "Insufficient permissions to fulfill the request."
}
]
}
does this API requires additional license or something or I am doing something wrong in it.