Replies: 1 comment 2 replies
-
Hello @user6116 , you welcome , Please try to follow all steps here to get the keys needed here sample code with pure C# without dependency and simple code to debug Check all steps and let me know if you need any help |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there. First I wanted to say thank you so much for putting this project together. This is awesome. I am migrating from MWS to SP-API and I believe I have everything setup correctly according to the Amazon documentation. I even made the roll modification for “Assume Role” STS“Assume Role” STS that you talked about in your documentation. When I run it, I'm getting an error that says "Access to requested resource is denied." I have tried Orders and Product Pricing and they both return the same error. I stepped through the code and it looks like it's getting an authtoken just fine, but it's getting a 'Forbidden' when executing a rest request to https://sellingpartnerapi-na.amazon.com/products/pricing/v0/competitivePrice. Do you have a recommendation on how I can can debug this issue on my end? I'm not even sure where to look to enable these apis.
FikaAmazonAPI.AmazonSpApiSDK.Models.Exceptions.AmazonUnauthorizedException: 'Access to requested resource is denied.'
Beta Was this translation helpful? Give feedback.
All reactions