# ReverseFulfillmentOrderLineItem - admin - OBJECT Version: 2025-01 ## Description The details about a reverse fulfillment order line item. ### Access Scopes `read_returns` access scope. ## Fields * [dispositions](/docs/api/admin/2025-01/objects/ReverseFulfillmentOrderDisposition): ReverseFulfillmentOrderDisposition! - The dispositions of the item. * [fulfillmentLineItem](/docs/api/admin/2025-01/objects/FulfillmentLineItem): FulfillmentLineItem - The corresponding fulfillment line item for a reverse fulfillment order line item. * [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID. * [totalQuantity](/docs/api/admin/2025-01/scalars/Int): Int! - The total number of units to be processed. ## Connections ## Related queries ## Related mutations * [reverseFulfillmentOrderDispose](/docs/api/admin/2025-01/mutations/reverseFulfillmentOrderDispose) Disposes reverse fulfillment order line items. ## Related Unions ## Examples