Closed Raveninfly closed 2 years ago
This issue is stale because it has been open for 60 days with no activity. It will be closed if no further action occurs in 14 days.
We are closing this issue because it has been inactive for a few months. This probably means that it is not reproducible or it has been fixed in a newer version. If it’s an enhancement and hasn’t been taken on since it was submitted, then it seems other issues have taken priority.
If you still encounter this issue with the latest stable version, please reopen using the issue template. You can also contribute directly by submitting a pull request– see the CONTRIBUTING.md file for guidelines
Thank you!
Issue summary
Variant.find().next_page() doesn't return product_id
Also, I've tried to get resources with page_url
the result is the same
Expected behavior
next_page returns particular fields that a mentioned in .find(**kwargs) # fields='id,product_id'
Actual behavior
next_page returns all but not the product_id if I request for fields='id,title,product_id' variable will have {id,title} so product_id returns only in first request with find
Steps to reproduce the problem