Skip to main content

OrderGrantedRefundLine Object

Represents granted refund line.

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

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.

Member Of

OrderGrantedRefund object