Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does the BestSellers sort_by option in the APIs work? #78

Closed
Jikeh opened this issue Jan 7, 2022 · 3 comments
Closed

How does the BestSellers sort_by option in the APIs work? #78

Jikeh opened this issue Jan 7, 2022 · 3 comments
Labels

Comments

@Jikeh
Copy link

Jikeh commented Jan 7, 2022

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?

@mkb79
Copy link
Owner

mkb79 commented Jan 8, 2022

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

@github-actions
Copy link

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

@github-actions github-actions bot added the stale label Sep 27, 2023
@github-actions
Copy link

github-actions bot commented Oct 8, 2023

This issue has automatically been closed due to no activities.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants