SP API access to generate reports

0

Try to build application with usage custom library: https://sp-api-docs.saleweaver.com/ For Amazon SP API https://developer-docs.amazon.com/sp-api/docs Add user. Policies to user. Add Role. Policies to role.

User Role Policies

And for this get sts credentials [ AccessKeyId, SecretAccessKey, SessionToken ]: Enter image description here

Then go to oauth to receive [ access token ] oauth

Then get raport model for postman: https://github.com/amzn/selling-partner-api-models

Add access token from o-auth. Im not shure then access token key must be named "x-amz-access-token" Find this in tutorial: https://m.media-amazon.com/images/G/01/spapi/Call_SPAPI_Endpoint.mp4 access token

Fill credentials [ AccessKeyId, SecretAccessKey, SessionToken ] : credentials raport

And finaly receive:

        {
            "code": "Unauthorized",
            "message": "Access to requested resource is denied.",
            "details": ""
        }

Is any other service to rule access the selling partner reports ?

没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则