I am noticing that my account does not have the Deals API scope. I found this referenced in the below link, however, am just getting started. Could somebody point me in the right direction without having to buy premium support to be assisted? Does this particular API come at a price?
The response I receive via API Explorer:
{ "errors": [ { "errorId": 1100, "domain": "ACCESS", "category": "REQUEST", "message": "Access denied", "longMessage": "Insufficient permissions to fulfill the request." } ] }
Additionally, Requesting directly yields:
{ "error": "invalid_scope", "error_description": "The requested scope is invalid, unknown, malformed, or exceeds the scope granted to the client" }