Replies: 1 comment
-
After deep diving thru the code, it looks like it automatically uses the token and keeps pulling the next pages. This is great. I'm going to close this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The method SearchCatalogItems202204Async() only returns back list items. The Amazon API also returns NumberOfResults, PageToken, and Refinements. The important one here is PageToken, as this is needed to page to the next item in teh SearchCatalog request.
Beta Was this translation helpful? Give feedback.
All reactions