問題タブ [amazonsellercentral]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
142 参照

amazonsellercentral - Amazon Advertising レポート API が .json ではなく .bin を返すのはなぜですか?

AmazonのAdvertising APIからスポンサープロダクトレポートをリクエストしています。POST を送信すると、reportID を受け取ります。ドキュメントを取得するために、GET 呼び出しのパスの一部として reportID を入力します。タイプ 20 の応答を確認しましたが、応答の内容はバイナリ コードです (と思います)。

ドキュメントには、JSON 応答を受け取る必要があることが示されていますが、返されたものではありません。ドキュメントを適切な形式で返すにはどうすればよいですか?

回答の参考に画像を載せておきます。

郵便配達員の応答

0 投票する
0 に答える
32 参照

c#-5.0 - amazon sp-api with access denied with no details

#amazon sp-api with access denied with no details# 1.I have configured it as follow:
STS policy -> AWS User
SellingPartnerAPI policy -> IAM Role
registered app using ROLE ARN
I need to get client details (for fetching orders every day) and order details, and the following is my code. Looking forward for help.

not sure where the problem is