We use the API to pull sales data daily and one import piece of information is refunds. When I pull an order, I get all payments for that order and all refunds against each of the payments. By expanding the API call for the refunds to include line items, that tells me which line items were affected by the specific refund. The problem with this is that it only gives me a maximum of 100 line items affected by the refund. This is a problem as some of our orders we process have well over 100 line items. Is there a way to expand that to give me ALL line items affected by a refund?