orderRefund Mutation
Refund an order.
orderRefund(
amount: PositiveDecimal!
id: ID!
): OrderRefund
Show return type
Arguments
amount ● PositiveDecimal!
Amount of money to refund.
id ● ID!
ID of the order to refund.
Type
OrderRefund
Refund an order.