Replies: 1 comment
-
|
Late response but: |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure how to specify the "resources" parameter in search_items (the default response doesn't return ItemInfo.ContentInfo...at least it's None every time for me). Here's my request:
search_items(browse_node_id='6459737011', condition='New', resources="ItemInfo.ContentInfo")I get the following error in response:
MalformedRequest: Parameters for search_items request are not correct: amazon_paapi.sdk.models.search_items_request.SearchItemsRequest() got multiple values for keyword argument 'resources'The Traceback points me at the
requests.pyfile, which referencesSearchItemsResource. The value I show above ("ItemInfo.ContentInfo") IS in the list of valid values.Help - how do I properly formulate this request?
Beta Was this translation helpful? Give feedback.
All reactions