As the documentation of woocommerce REST API (v3) stated, by default the REST API is limited to up to 100 objects to be created, updated or deleted.
https://woocommerce.github.io/woocommerce-rest-api-docs/#batch-update-products
I’m wondering if it is possible to remove this limitation totally or set the limit a bit higher (to 1000 or so).
Thanks!
Question posted in Woocommerce
The official Woocommerce documentation can be found here.
The official Woocommerce documentation can be found here.
2
Answers
Finally found the answer here: https://wordpress.stackexchange.com/questions/304237/increase-product-variation-limit-in-woocommerce
just add the lines below to wp-includes/functions.php
Hello Try This code in function.php