sp-api-sdk icon indicating copy to clipboard operation
sp-api-sdk copied to clipboard

Why AWS credentials are need?

Open aik099 opened this issue 7 months ago • 0 comments

I've been using this library for a while, but I still don't understand why you need to specify awsAccessKey and awsSecretKey, when only lwaClientId + lwaClientIdSecret + seller_oauth_refresh_token are used to obtain an access token and that token is used in every other SP API request.

From the code I see that they are used for HTTP request signing, but I've tried to use some dummy access key/secret key and my SP API call still worked.

aik099 avatar Jul 24 '25 07:07 aik099