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 ?

沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南