OrderGrantedRefundLine
Represents granted refund line.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.
type OrderGrantedRefundLine {
id: ID!
quantity: Int!
orderLine: OrderLine!
reason: String
}
Fields
OrderGrantedRefundLine.id
● ID!
non-null scalar miscellaneous
OrderGrantedRefundLine.quantity
● Int!
non-null scalar miscellaneous
Number of items to refund.
OrderGrantedRefundLine.orderLine
● OrderLine!
non-null object orders
Line of the order associated with this granted refund.
OrderGrantedRefundLine.reason
● String
scalar miscellaneous
Reason for refunding the line.
Member Of
OrderGrantedRefund
object