Skip to main content

OrderGrantedRefundLine Object

Represents granted refund line.

type OrderGrantedRefundLine {
id: ID!
quantity: Int!
orderLine: OrderLine!
reason: String
reasonReference: Page
}

Fields

id ● ID!

quantity ● Int!

Number of items to refund.

orderLine ● OrderLine!

Line of the order associated with this granted refund.

reason ● String

Reason for refunding the line.

reasonReference ● Page

Reason Model (Page) reference for this refund line.

Added in Saleor 3.23

Member Of

OrderGrantedRefund object