You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CustomError: Access to requested resource is denied.
at SellingPartner.callAPI (/Users/k/node_modules/amazon-sp-api/lib/SellingPartner.js:503:13)
at processTicksAndRejections (node:internal/process/task_queues:94:5)
at async /Users/k/Y/Lister/amz-sp-api-node.js:17:15 {
code: 'Unauthorized',
details: '',
type: 'error'
}
We tried other operations too, but all of them return the same error. We can access the MWS API just fine. But, we don't have active Amazon Seller Account (is this an issue?)
The text was updated successfully, but these errors were encountered:
kevinhq
changed the title
Access to requested resource is denied.
CustomError: Access to requested resource is denied.
Apr 18, 2021
could be that one of the config params is wrong (either the token or one of the credentials), but I would rather go with the inactive seller account explanation. It is definitely required to have a professional seller account and I'd guess that requires the account to be active as well.
What is weird though: The same applies to the MWS API, so its strange that you can access MWS if the inactive seller account is the explanation. Guess the easiest way is to open a case with Amazon and ask them directly.
One more thing about the code: If you already provide the credentials as env variables you can skip defining them in the constructor config object.
Guess the easiest way is to open a case with Amazon and ask them directly.
We tried but Amazon just close the case with the reason we have no active Amazon seller account. To be honest, the same error goes with the Ruby implementation.
Ok, I'll ask the product owner about activating their Amazon seller account.
Hi,
Any idea with this error:
Here are the codes we use:
We tried other operations too, but all of them return the same error. We can access the MWS API just fine. But, we don't have active Amazon Seller Account (is this an issue?)
The text was updated successfully, but these errors were encountered: