Skip to main content
Version: 3.x

OrderGrantedRefundLine

Represents granted refund line.

Added in Saleor 3.15
This 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

OrderGrantedRefundLine.quantity ● Int! non-null scalar

Number of items to refund.

OrderGrantedRefundLine.orderLine ● OrderLine! non-null object

Line of the order associated with this granted refund.

OrderGrantedRefundLine.reason ● String scalar

Reason for refunding the line.

Member of

OrderGrantedRefund object


Was this page helpful?