Skip to main content

OrderGrantRefundCreateLineInput Input Type

No description

input OrderGrantRefundCreateLineInput {
id: ID!
quantity: Int!
reason: String
reasonReference: ID
}

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.

reasonReference ● ID​

ID of a Page (Model) to reference in reason for the line.

Added in Saleor 3.23

Member Of​

OrderGrantRefundCreateInput input