Access to requested resource is denied. Because of different email for AWS and seller central?

0

Hello, I want to receive orders from my client with an application created with his seller central application and mine IAM role & user. I followed every step, created the IAM role, priviledge, user according to the given documentations. I wanted to create a restricted data token for accessing the Amazon getOrders-Endpoint but everytime i receive following error message (403):

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

Is it because, the AWS and SC Accounts are different accounts with different email addresses or is there another possible reason?

Thanks Luca

1 Answer
0

It's possible that the error "Access to the requested resource is denied" is related to a mismatch between the email address associated with your AWS account and the email address associated with your Seller Central account.

AWS and Seller Central are separate platforms, so even though you may have an AWS account, you may not have a Seller Central account associated with the same email address.

If this is the case, you will need to either create a Seller Central account associated with the same email address as your AWS account or update the email address associated with your Seller Central account to match the email address associated with your AWS account.

It's also possible that the error message is caused by other issues like permissions, missing credentials, or a configuration issue. To get more details about the issue, you can check the AWS CloudTrail logs for the error message, or contact AWS support for more help.

profile picture
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