Skip to main content

OrderReturnFulfillmentLineInput

No description

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

Fields

OrderReturnFulfillmentLineInput.fulfillmentLineId ● ID! non-null scalar miscellaneous

The ID of the fulfillment line to return.

OrderReturnFulfillmentLineInput.quantity ● Int! non-null scalar miscellaneous

The number of items to be returned.

OrderReturnFulfillmentLineInput.replace ● Boolean scalar miscellaneous

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

Member Of

OrderReturnProductsInput input