Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone
I'm very new in REST API with Qlik Sense and WooCommerce. I could successfully establish a REST API Connection to WooCommerce 4.8.0. I can load at least the records from the tables - yeah!
But... I don't geht more than 10 records. I've checked the WooCommerce REST API Documentation (https://woocommerce.github.io/woocommerce-rest-api-docs/#parameters) -> I've learned that the limitation of 10 records comes from the default setting in WooCommerce. With Pagination settings in Qlik I should be able to get more data. But I'm not able to show on my page. Even if the loading process shows that 13'920 records were loaded:
my WooCommerce Settings:
Pagination Settings
Pagination on WooCommerce Documentation
Script:
---------
My question to the community:
Do I something wrong im my pagination settings?
Thank you for your help!!!!