orderRefund
Refund an order.
orderRefund(
amount: PositiveDecimal!
id: ID!
): OrderRefund
Arguments
orderRefund.amount
● PositiveDecimal!
non-null scalar miscellaneous
Amount of money to refund.
orderRefund.id
● ID!
non-null scalar miscellaneous
ID of the order to refund.
Type
OrderRefund
object orders
Refund an order.