Skip to main content

orderGrantRefundUpdate

Updates granted refund.

Added in Saleor 3.13
This API is currently in Feature Preview and can be subject to changes at later point.
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.

Added in Saleor 3.13
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_ORDERSpermission.