OrderGrantRefundUpdateInput
No description
input OrderGrantRefundUpdateInput {
amount: Decimal
reason: String
addLines: [OrderGrantRefundUpdateLineAddInput!]
removeLines: [ID!]
grantRefundForShipping: Boolean
}
Fields
OrderGrantRefundUpdateInput.amount
● Decimal
scalar
Amount of the granted refund. if not provided and
addLines
orremoveLines
orgrantRefundForShipping
is provided, amount will be calculated automatically.
OrderGrantRefundUpdateInput.reason
● String
scalar
Reason of the granted refund.
OrderGrantRefundUpdateInput.addLines
● [OrderGrantRefundUpdateLineAddInput!]
list input
Lines to assign to granted refund.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.
OrderGrantRefundUpdateInput.removeLines
● [ID!]
list scalar
Lines to remove from granted refund.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.
OrderGrantRefundUpdateInput.grantRefundForShipping
● Boolean
scalar
Determine if granted refund should include shipping costs.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.
Member of
orderGrantRefundUpdate
mutation