I am trying to determine if there is anyway to map which items were returned in a Refund via the v2 API using the Payments and Orders endpoints.
If you look at the data returned in a v2-Refunds request, the only information related to the items returned is the Order-ID.
If you then make a request for an Order and look at the returned json data, there is nothing that shows which specific items in an order were returned, only a returned amount.
Does anyone know a way to map the returned items to a refund?