I can’t seem to find it anywhere in the Order Model returned when using $response = $this->client->getOrdersApi()->batchRetrieveOrders($body);
I can’t seem to see anywhere in the docs that also have this, well, not that I have read yet anyway
So, the root Order has a state field which can be OPEN, COMPLETED, or CANCELED. The fulfillment within an order also has a state field, which can be PROPOSED, RESERVED, PREPARED, COMPLETED, CANCELED, or FAILED. They are not the exact statuses that you see on the dashboard (since you can already tell there’s no “In Progress” state), but they will theoretically match. I believe “In Progress” would be “Reserved”.