I’ve been working with the GQL admin API to retrieve information on inventory transfers, and have noticed that there seems to be no way to pull accepted or rejected quantities on the line items for a transfer. The receivedQuantity field on the InventoryTransfer object sums the accepted/rejected values, and, according to the docs, the only quantity fields on the InventoryTransferLineItem object are processableQuantity, shippableQuantity, shippedQuantity, and totalQuantity. If there’s a way to derive the accepted/rejected quantity from those values somehow it’s not obvious to me. Querying two test transfers where one had accepted items and the other rejected results in identical looking InventoryTransfer objects, with all quantity values the same. Am I correct that there is no way to pull accepted/rejected values for inventory transfers at this time?
If there is no way to determine the accepted/rejected quantities from the GQL API, is there any info on whether those fields might be added in a future version?