Closed tilschuenemann closed 6 months ago
Hi,
thanks for raising this. Please upgrade to 1.5.1, should be fixed there.
.... @tilschuenemann you can use the load_all_pages decorator like described in the docs, the next token param gets parsed for the endpoint now...
Describe the bug While using the
AplusContent
API I stumbled upon the following issue:Calling
list_content_document_asin_relations()
on a A+ content document with more then 1000 ASINs will only return the first 1000 ASINs, if includedDataSet is empty. This is problematic when you want to fetch metadata for all ASINs for a A+ document.To Reproduce
Steps to reproduce the behavior:
Upon further inspection of
load_all_pages()
, one can see that only res.next_token gets checked.My workaround:
Expected behavior
When specifying
next_token_param
inload_all_pages()
, it should check the payload as well.Desktop (please complete the following information):