Hello, everyone. Can someone help me with figuring out whether Shopfy API has an alternative for refunds/calculate.json endpoint (link below) in GraphQL.
https://shopify.dev/api/admin-rest/2022-04/resources/refund#post-orders-order-id-refunds-calculate
Hey @john_watson_1
The GraphQL admin API doesn’t require a refund to be “calculated” in a separate call like with REST, it uses the refundCreate mutation instead.
Hope that helps.
1 Like
Order.suggestedRefund seems to be what you’re looking for.
2 Likes