問題タブ [amz-sp-api]
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.
amz-sp-api - Amazon SP-API を使用して出品画像を変更/更新するにはどうすればよいですか?
SP-API ( https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/useの Listing Items 部分で patchListingsItem 操作を使用しようとしています-case-guides/listings-items-api-use-case-guide/listings-items-api-use-case-guide_2020-09-01.md#tutorial-partially-update-a-listing )。
ただし、画像を変更するリクエストの本文をフォーマットする方法が正確にはわかりません。
商品タイトルを更新する本文は次のとおりです。
イメージ更新のパッチ リクエストの適切な「パス」と「値」がありません。
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