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.

feita há 3 anos4742 visualizações
3 Respostas
1

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

respondido há 2 anos
0

Doesn't anyone have any idea...?

respondido há 3 anos
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?

respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas