pranit__warehows.io_
04/15/2022, 1:56 PM(response.headers.get("X-WP-TotalPages"))
. @hassan_syyid
Using hotgluexyz version, still gives same error. Anything I am missing?atharh
04/21/2022, 5:43 PMNone
will be returned when there are no more pages to fetch. The `request_records` function will automatically recurse over all the pages if pagination is detected.
The API docs also mention that pagination headers are returned with a paginated response:
To determine how many pages of data are available, the API returns two header fields with every paginated response:Could it be that the number of items you are trying to fetch fit on a single page and so the response is not paginated?
atharh
04/21/2022, 5:46 PMtap-woocommerce
?pranit__warehows.io_
04/22/2022, 6:40 AM