--- title: ReverseFulfillmentOrderDisposeInput - GraphQL Admin description: The input fields to dispose a reverse fulfillment order line item. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ReverseFulfillmentOrderDisposeInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ReverseFulfillmentOrderDisposeInput.txt --- # Reverse​Fulfillment​Order​Dispose​Input input\_object The input fields to dispose a reverse fulfillment order line item. ## Fields * disposition​Type [Reverse​Fulfillment​Order​Disposition​Type!](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/ReverseFulfillmentOrderDispositionType) non-null The final arrangement for the reverse fulfillment order line item. * location​Id [ID](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/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 [Int!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Int) non-null The quantity of the reverse fulfillment order line item to dispose. * reverse​Fulfillment​Order​Line​Item​Id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null The ID of the reverse fulfillment order line item. *** ## Mutations using this input * [reverse​Fulfillment​Order​Dispose.​disposition​Inputs](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/reverseFulfillmentOrderDispose#argument-dispositionInputs) MUTATION *** ## Map ### Mutations using this input * <\~>[reverse​Fulfillment​Order​Dispose.dispositionInputs](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/reverseFulfillmentOrderDispose#argument-dispositionInputs)