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 miscellaneous
ID of the order.
orderGrantRefundCreate.input
● OrderGrantRefundCreateInput!
non-null input orders
Fields required to create a granted refund for the order.
Type
OrderGrantRefundCreate
object orders
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.