Skip to main content

OrderGrantedRefundLine Object

Represents granted refund line.

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