Replies: 0
I have a question about the REST API.
I am able to filter the output of the REST API hooking into woocommerce_api_order_response. For a different client, I want to be able to access the entire stream of orders instead of just changing them one at a time (I want to be able to split an order into multiple orders under certain circumstances). Is there a hook that will allow me to filter all of the orders from an different API call instead of just individual orders with the call I have used before?
Any help would be appreciated.
Thanks,
Barry