許可不要のオペレーション

SP-API 内での権限のない操作。

出品者の申請のみ。

グラントレスオペレーションとは、販売パートナーからの明示的な許可なしに呼び出すことができるオペレーションです。つまり、次のような場合です。 Amazon アクセストークンによるログインをリクエストする グラントレスオペレーションを呼び出す前に、更新トークンを指定する必要はありません。代わりに、を使用してください。 scope LWA 権限付与の範囲を指定するパラメーター。

生成された Java SDK を使用する場合 (を参照) 生成された Java SDK を使用して販売パートナー API に接続する) グラントレスオペレーションを呼び出すには、 withScopes LWA 認証情報を設定する際に LWA 認証グラントの 1 つ以上のスコープを設定するパラメータ。

Selling Partner APIのグラントレスオペレーションについては、次の表を参照してください。

許可不要のオペレーション

オペレーション名HTTPメソッドとパス
createDestinationポスト /notifications/v1/destinations
deleteDestination削除する /notifications/v1/destinations/{destinationId}
deleteSubscriptionById削除する /notifications/v2/subscriptions/{notificationType}/{subscriptionId}
getDestination取得 /notifications/v1/destinations/{destinationId}
getDestinations取得 /notifications/v1/destinations
getSubscriptionById取得 /notifications/v1/subscriptions/{notificationType}/{subscriptionId}
getAuthorizationCode取得 /authorization/v1/authorizationCode
rotateApplicationClientSecretポスト /applications/2023-11-30/clientSecret

このページは役に立ちましたか?