Not working/supporting UserARN or User ARN
Amazon support team asking us to use the UserARN only for our 'App Client' in Developer Central page (since ours is private Selling Partner API application). So we are asked to skip Security Token Service (STS) api call during postman execution. We generate LWA token and then directly call SP-Api, and everything working fine, able to call the reports api and get response.
Since Amazon support team itself mentioning to use UserARN in some private sp api case and also Amazon C# SDK also provide option to call the SP api's without using RoleARN https://developer-docs.amazon.com/sp-api-blog/docs/automate-your-sp-api-calls-using-the-c-sdk
As per few discussion in issues/29 & issues/533, I can understand CSharpAmazonSpAPI will not work without RoleArn
- Why CSharpAmazonSpAPI made mandatory to pass RoleArn?
- Do we have any plans to support UserARN or allow to call SP-api without RoleArn?
Please provide your valuable answer. Advance thanks.
Personally I have no time to keep updating this package but I'm open any developer need to fix or add feature on it its take many times from me to get it live , and I need other developer help to add the fix for new features by submit new Pull requests , I will try to review and accept within 2 days .
Please try fork our rep and then submit your change to review and merge with our code
Should be resolved.
See https://github.com/abuzuhri/Amazon-SP-API-CSharp/discussions/667 and v1.7.7 https://github.com/abuzuhri/Amazon-SP-API-CSharp/commit/81785c5e5ce6bdfced89a61efbbd79ce0ab300e9**