WooCommerce REST API - 403 "This order is still being processed."

80 Views Asked by At

I try to get past orders (December) from WooCommerce. From 80.000 transaction I have about a 200 transactions that are not included in the /orders response, but show up in the Admin Dashboard. When I try to get such an order via the API directly (/orders/:orderId) I'll get { "error": "This order is still being processed." }. The other 99% work flawlessly. I can't see a pattern and don't understand where this comes from. Any idea would be helpful.

The shop is also using woocommerce-subscritions, so it might be related to that (or not)

0

There are 0 best solutions below