HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
Documentation
Developer HubAPI StatusSupport

Grantless Operations

Grantless operations within the SP-API.

📘

Note

Grantless operations apply only to seller applications.

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.

For example, if you use 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. For details, refer to Tutorial: Automate your SP-API Calls Using a Java SDK.

For a list of grantless operations in the Selling Partner API, refer to the following table.

Operation nameHTTP method and path
createDestinationPOST /notifications/v1/destinations
deleteDestinationDELETE /notifications/v1/destinations/{destinationId}
deleteSubscriptionByIdDELETE /notifications/v2/subscriptions/{notificationType}/{subscriptionId}
getDestinationGET /notifications/v1/destinations/{destinationId}
getDestinationsGET /notifications/v1/destinations
getSubscriptionByIdGET /notifications/v1/subscriptions/{notificationType}/{subscriptionId}
getAuthorizationCodeGET /authorization/v1/authorizationCode
rotateApplicationClientSecretPOST /applications/2023-11-30/clientSecret

Did this page help you?