If an order has 5 line items and suppose I am returning two of them, then for now order status changes to returned instead of “partially returned” or something. Not able to figure out properly based on return status if the whole order returned or some of the line items got returned and also which line items returned that status from where could I get? Though I am getting the returns array from the query for orders , in which I am getting all the returned line items, but is there any possibility to get return status line item wise instead of this array?