Skip to main content

OrderReturnLineInput

No description

input OrderReturnLineInput {
orderLineId: ID!
quantity: Int!
replace: Boolean
}

Fields

OrderReturnLineInput.orderLineId ● ID! non-null scalar miscellaneous

The ID of the order line to return.

OrderReturnLineInput.quantity ● Int! non-null scalar miscellaneous

The number of items to be returned.

OrderReturnLineInput.replace ● Boolean scalar miscellaneous

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

Member Of

OrderReturnProductsInput input