Documentation fix suggestion #102
dehidehidehi
started this conversation in
Feature requests
Replies: 1 comment
-
Thanks, will change in the next release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a small comment, I ended up a little frustrated at the docs:
https://python-amazon-sp-api.readthedocs.io/en/latest/endpoints/feeds/#sp_api.api.Feeds.get_feed_result_document
The parameter currently is :
Parameters
feed_id – str
But should actually be:
result_feed_document_id - str
I believe we should be as explicit as possible, especially in this case when Amazon's API returns lots of ids such as "feed_id", "result_feed_document_id", "feed_document_id".
Beta Was this translation helpful? Give feedback.
All reactions