Hello, i have a question about the “Refund” object from the api: https://shopify.dev/api/admin-rest/2021-07/resources/refund
I want to know if, for a given refund, it is possible to know the returned amount for each line item, since i couldn’t find how to do it reading the docs and reading questions in the community.
I understand that a refund object contains a list of “transactions” with the returned total amounts of a given transaction, and it also contains the “refund_line_items” field, with the information of the returned items. But is it possible to retrieve the returned amount for each line item?