Closed hounsellal closed 6 years ago
I'm assuming you are referring to the methods that take one or more ASINs or SKUs as argument, such as this one. Note the splat operator in the method definition. That means you have to provide the list of IDs as is rather than as an array:
res = client.get_my_price_for_asin('123', '456')
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I've tried passing an array into the ones that allow for multiple products. Doesn't work.