WooCommerce REST API now rejects invalid order IDs
In WooCommerce 10.8 the REST API stops silently turning non-order IDs, like subscriptions, into plain orders. It now returns a 400 instead. Here is what breaks and how to route subscription requests correctly.