-
Notifications
You must be signed in to change notification settings - Fork 60
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
Support for Restricted Operations #10
Comments
There is not currently but would welcome a contribution |
After fetching an RDT, you can pass an options hash to get_order() to do that. This works for me:
|
Do you still need to request permission for generating RDT's even for your own application (not for public facing apps)? |
I confirm this works, thank you |
i did this in #55 |
Certain operations require a Restricted Data Token (RDT):
https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/use-case-guides/tokens-api-use-case-guide/tokens-API-use-case-guide-2021-03-01.md#restricted-operations
Is there a way to include a RDT instead of a LWA access token in the
x-amz-access-token
header ?The text was updated successfully, but these errors were encountered: