WooCommerce 10.6 Update: The Store API per_page Restriction
WooCommerce 10.6 introduces a breaking change by restricting the per_page parameter in Store API requests. Developers who previously used per_page=0 to load all products or reviews will now face 400 errors. This post explains why this change matters for performance and provides both a correct refactoring path and a quick filter workaround.