orderGrantRefundCreate
Adds granted refund to the order.
Added in Saleor 3.13This API is currently in Feature Preview and can be subject to changes at later point.
orderGrantRefundCreate(
id: ID!
input: OrderGrantRefundCreateInput!
): OrderGrantRefundCreate
Arguments
orderGrantRefundCreate.id
● ID!
non-null scalar
ID of the order.
orderGrantRefundCreate.input
● OrderGrantRefundCreateInput!
non-null input
Fields required to create a granted refund for the order.
Type
OrderGrantRefundCreate
object
Adds granted refund to the order.
Added in Saleor 3.13This API is currently in Feature Preview and can be subject to changes at later point.