Skip to main content

orderGrantRefundUpdate Mutation

Updates granted refund.

Requires MANAGE_ORDERSpermission.
orderGrantRefundUpdate(
id: ID!
input: OrderGrantRefundUpdateInput!
): OrderGrantRefundUpdate

Arguments

orderGrantRefundUpdate.id ● ID! non-null scalar miscellaneous

ID of the granted refund.

orderGrantRefundUpdate.input ● OrderGrantRefundUpdateInput! non-null input orders

Fields required to update a granted refund.

Type

OrderGrantRefundUpdate object orders

Updates granted refund.

Requires MANAGE_ORDERSpermission.