We have a client, with a requirement that orders are edited post-checkout. We are successfully achieving this using the order editing GraphQL APIs. The problem we are seeing is that when an order has been edited and some line items have been removed, these line items are still visible as part of the order in the customer’s order history, with no indication that they have been removed from the order.
We understand that these are still line items and therefore part of the order but they can be identified as non-fulfillable using the admin API. Is there a way to identify them on the front-end so that these removed items don’t appear to be part of the order.