Skip to main content

OrderReturnFulfillmentLineInput Input Type

No description

input OrderReturnFulfillmentLineInput {
fulfillmentLineId: ID!
quantity: Int!
replace: Boolean
reason: String
reasonReference: ID
}

Fields​

fulfillmentLineId ● ID!​

The ID of the fulfillment line to return.

quantity ● Int!​

The number of items to be returned.

replace ● Boolean​

Determines, if the line should be added to replace order.

reason ● String​

Reason for returning this fulfillment line.

Added in Saleor 3.23

reasonReference ● ID​

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

Added in Saleor 3.23

Member Of​

OrderReturnProductsInput input