We’re trying to figure out how to use the Search function in the Admin Web API for sales order. How would a body look if you’re trying to fetch orders which is in the Status Confirmed or Processing?
Sadly the following documentation is not helping us much
Hi,
As far as I know, there is no available condition in the rest apis to search via order status but you can get orders by date filter and filter them later by their status.