Assuming you are interested in updating order status, you can take a good reference of an existing service 'checkOrderItemStatus' that changes the order status based on the item status. Of-course you would need to iterate each and every item to know the final status of the order. Hope that helps !!
Vikas
On Jan 14, 2013, at 2:00 PM, Deepak Agarwal wrote:
> Hi All,
>
> There are situations where order items status are in mixed mode. In that
> case should we have statuses like PARTIAL_APPROVED, PARTIAL_SHIPPED or
> iterate through the line items and then show a message. What would be the
> better way.