Skip to main content

OrderReturnFulfillmentLineInput Input Type

No description

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

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.

Member Of

OrderReturnProductsInput input