# reverseFulfillmentOrderDispose - admin - MUTATION
Version: 2024-04

## Description
Disposes reverse fulfillment order line items.

### Access Scopes
Requires the `read_returns` access scope.


## Arguments
* [dispositionInputs](/docs/api/admin/2024-04/input-objects/ReverseFulfillmentOrderDisposeInput): ReverseFulfillmentOrderDisposeInput! - The input parameters required to dispose reverse fulfillment order line items.


## Returns
* [reverseFulfillmentOrderLineItems](/docs/api/admin/2024-04/objects/ReverseFulfillmentOrderLineItem): ReverseFulfillmentOrderLineItem The disposed reverse fulfillment order line items.
* [userErrors](/docs/api/admin/2024-04/objects/ReturnUserError): ReturnUserError! The list of errors that occurred from executing the mutation.


## Examples