Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

createSubscription is not a grantless operation #4491

Open
endor opened this issue Jan 3, 2025 · 1 comment
Open

createSubscription is not a grantless operation #4491

endor opened this issue Jan 3, 2025 · 1 comment
Assignees

Comments

@endor
Copy link

endor commented Jan 3, 2025

createSubscription is documented as a grantless operation here: https://developer-docs.amazon.com/sp-api/docs/grantless-operations, but it does not seem to be a grantless operation as it only works with an authorized token.

@ritikacd
Copy link

ritikacd commented Jan 3, 2025

Hi @endor

CreateSubscription is not a grantless operation. This operation is used to create subscription on behalf of a selling partner so they can receive updates for the notification type used in the operation. Hence you need to pass authorization token to call this operation.

We will update the documentation to reflect the same. Thank you for raising the issue.

Thanks,
Ritika
Selling Partner API services

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants