WooCommerce 10.6 sets a minimum for Store API per_page
WooCommerce 10.6 stops accepting per_page=0 on Store API product and review requests, so those calls start returning 400 errors. How to move to batched requests, and the rest_endpoints filter to fall back on if you cannot refactor yet.