amazon-sp-api | Amazon Selling Partner API Client | AWS library
kandi X-RAY | amazon-sp-api Summary
kandi X-RAY | amazon-sp-api Summary
Amazon Selling Partner API Client
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of amazon-sp-api
amazon-sp-api Key Features
amazon-sp-api Examples and Code Snippets
Community Discussions
Trending Discussions on amazon-sp-api
QUESTION
I have the following snippet:
...ANSWER
Answered 2021-Sep-19 at 19:13It should probably be arn:aws:iam::99999:role/role-name
if the iam user has sts policy.(not user ARN)
QUESTION
Here are the seemingly clear instructions from Amazon.
Simply send the following: sellingPartnerId, developerId, and mwsAuthToken
I do this with httparty
like so:
ANSWER
Answered 2021-Aug-23 at 15:03Unfortunately the specific Amazon docs that you link to don't tell the whole story. There are a few other requirements you'll need in order to get the authorizationCode
response that you're looking for:
You'll need an access token from Amazon's OAuth API (an entirely different API). You can use the grantless
workflow for this, since in your case the user hasn't actually authorized the SP-API yet:
QUESTION
I'm trying to connect to the Amazon Selling Partners API (SP-API) using the node.js library and am coming across an extremely odd error which seems to be telling me I can't assume my own role?
...ANSWER
Answered 2021-Jun-22 at 13:29The ARN arn:aws:iam::11111:user/bob
describes a User not a role.
It should probably be something like arn:aws:iam::11111:role/your-role-name
if the client expects a Role ARN.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install amazon-sp-api
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page