Hi team,
I was trying to connect to the Sales and Traffic Business Report utilizing Celigo's hybrid Amazon connector. However I get the following error:
{
"errors": [
{
"code": "Unauthorized",
"message": "Access to the resource is forbidden",
"details": ""
}
]
}
A brief search led me to check the "Developer Profile settings" to make sure that the application accessing the Seller account's data has the "Brand Analytics role" enabled. Has anyone been successful in pulling this data? My export has the following info:
HTTP method: POST
Relative URI: /reports/2021-06-30/reports
BODY:
{
"reportOptions": {
"dateGranularity": "MONTH",
"asinGranularity": "SKU"
},
"reportType": "GET_SALES_AND_TRAFFIC_REPORT",
"dataStartTime": "2022-12-01T00:00:01.000Z",
"dataEndTime": "2022-12-31T00:00:01.000Z",
"marketplaceIds": [
"ATVPDKIKX0DER"
]
}
Thank you!
- Pablo G.