Skip to main content

OrderGrantRefundUpdateLineAddInput Input Type

No description

input OrderGrantRefundUpdateLineAddInput {
id: ID!
quantity: Int!
reason: String
}

Fields

id ● ID!

The ID of the order line.

quantity ● Int!

The quantity of line items to be marked to refund.

reason ● String

Reason of the granted refund for the line.

Member Of

OrderGrantRefundUpdateInput input