# ReverseFulfillmentOrderDisposeInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to dispose a reverse fulfillment order line item. ### Access Scopes ## Fields * [dispositionType](/docs/api/admin-graphql/2024-10/enums/ReverseFulfillmentOrderDispositionType): ReverseFulfillmentOrderDispositionType! - The final arrangement for the reverse fulfillment order line item. * [locationId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the location where the reverse fulfillment order line item is to be disposed. This is required when the disposition type is RESTOCKED. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity of the reverse fulfillment order line item to dispose. * [reverseFulfillmentOrderLineItemId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the reverse fulfillment order line item. ## Input objects with this input object * [reverseFulfillmentOrderDispose](/docs/api/admin-graphql/2024-10/mutations/reverseFulfillmentOrderDispose) ## Examples