returnRefund - admin-graphql - MUTATION
Version: 2024-01
Description:
Refunds a return when its status is `OPEN` or `CLOSED` and associates it with the related return request.
Access Scopes
`write_orders` access scope or `write_marketplace_orders` access scope. Also: Requires the `write_returns` access scope. The user must have `refund_orders` permission.
Arguments
Returns
-
refund:
Refund
The created refund.
-
userErrors:
ReturnUserError!
The list of errors that occurred from executing the mutation.
Examples