You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.py file, which references SearchItemsResource. The value I show above ("ItemInfo.ContentInfo") IS in the list of valid values.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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.py
file, 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