Use GraphQL with the “Refunds” Query: In GraphQL, you can use a specific query to fetch refunds like this: query { order(id: “order_id”) { refunds …
Use GraphQL with the “Refunds” Query: In GraphQL, you can use a specific query to fetch refunds like this: query { order(id: “order_id”) { refunds …