Help Troubleshooting: Fetching All Refund/Return Data via API – Discrepancy with UI

Help Troubleshooting: Fetching All Refund/Return Data via API – Discrepancy with UI

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 …

 

Read More