Audible icon indicating copy to clipboard operation
Audible copied to clipboard

How does the BestSellers sort_by option in the APIs work?

Open Jikeh opened this issue 3 years ago • 1 comments

Having a hard time understanding how does the BestSellers option in products_sort_by parameter works, for instance in /1.0/catalog/products endpoint. I'm trying to make API calls about the products on audible and sort them by best sellers, yet I'm getting random items in response that are definitely not sorted by best sellers:

client.get("/1.0/catalog/products", num_results=50, page=0, response_groups=['product_attrs'], products_sort_by=['BestSellers'])

Am I doing this wrong or is audible just ignoring the parameter?

Jikeh avatar Jan 07 '22 23:01 Jikeh

I doesn't have any experience with these product_sort_by response_group. But I let open this issue. Maybe some other can help.

mkb79 avatar Jan 08 '22 09:01 mkb79

This issue has not been updated for a while and will be closed soon.

github-actions[bot] avatar Sep 27 '23 03:09 github-actions[bot]

This issue has automatically been closed due to no activities.

github-actions[bot] avatar Oct 08 '23 03:10 github-actions[bot]