主页文档代码示例API 参考公告模型发行说明常见问题GitHub视频
开发者中心API 状态支持
文档
开发者中心API 状态支持

免授权操作

SP-API 中的无授权操作。

仅适用于卖家申请。

A grantless operation is an operation that you can call without explicit authorization from a selling partner. This means that when you request a Login with Amazon access token prior to calling a grantless operation, you don't need to provide a refresh token. Instead, you use the scope parameter to provide the scope of the LWA authorization grant.

If you use a generated Java SDK (refer to Connecting to the Selling Partner API using a generated Java SDK) to call grantless operations, use the withScopes parameter to set one or more scopes for the LWA authorization grant when you configure your LWA credentials.

有关销售伙伴 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

此页面对您有帮助吗?