A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I am using Graphql to download orders and refunds. There are 3 refunds done against an order. Also refunded shipping amount separately for 3 refunds.
From the graphql, I am not able to find the refunded shipping amount per refund. I can only see the the total refunded shipping.
Please guide me on how to get the refunded shipping amount per refund.
I am using 2024-10 version of graphql
Any Update on this