Skip to main content
Version: Canary 🚧

orderRefund

Refund an order.

Requires MANAGE_ORDERSpermission.
orderRefund(
amount: PositiveDecimal!
id: ID!
): OrderRefund

Arguments

orderRefund.amount ● PositiveDecimal! non-null scalar

Amount of money to refund.

orderRefund.id ● ID! non-null scalar

ID of the order to refund.

Type

OrderRefund object

Refund an order.

Requires MANAGE_ORDERSpermission.

Was this page helpful?