SP-API: 'Access to requested resource is denied'

0

Hello,

I'm having some trouble getting my first SP-API request to work. I have followed all the instructions on the Selling Partner API Developer Guide (https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/developer-guide/SellingPartnerApiDeveloperGuide.md).

My requests appear to authenticate correctly so I believe the signature etc is valid. However I'm receiving the following response:

{
errors: [
{
message: 'Access to requested resource is denied.',
code: 'Unauthorized',
details: ''
}
]
}

I believe this is something to do with the IAM configuration. I have a user with a "SellingPartnerAPIPolicy" permissions policy attached. I also have a "SellingPartnerAPIRole" Role defined to which the "SellingPartnerAPIPolicy" permissions policy is also attached. I am using the user credentials in my request.

Can anybody point me in the right direction to resolve this?

Many thanks,
Meriadoc.

asked 3 years ago4666 views
3 Answers
1

I think this is because you are not authorize your application. Go to your amazon seller center and authorize your application.

answered 2 years ago
0

Doesn't anyone have any idea...?

answered 3 years ago
0

I have the same problem - i've authorized my app but cant seem to get beyond the authenticating stage either. anyone else have any ideas?

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions