Reports API Access to resource is forbidden. #3519
Unanswered
GryphonKrinsky
asked this question in
General
Replies: 2 comments
-
@GryphonKrinsky I'm facing a similar issue, can you let me know if you resolved this issue and how? Thanks in Advance! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @Gopikrish25,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When calling the createReport operation for the GET_ORDER_REPORT_DATA_INVOICING report type Im an getting the following error:
"errors": [
{
"code": "Unauthorized",
"message": "Access to the resource is forbidden",
"details": ""
}
]
I know that this is not a problem with my request signature or access token since the createReport call works fine for GET_MERCHANT_LISTINGS_ALL_DATA. I have also attempted to create a RDT and use this in the x-amz-access-token header, but I still get an access denied error. How can I get access to this report? is it only available for authorised applications?
Beta Was this translation helpful? Give feedback.
All reactions