# ReverseFulfillmentOrder - admin - OBJECT
Version: 2025-01

## Description
A group of one or more items in a return that will be processed at a fulfillment service.
There can be more than one reverse fulfillment order for a return at a given location.

### Access Scopes
`read_returns` access scope.


## Fields
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID.
* [order](/docs/api/admin/2025-01/objects/Order): Order - The order associated with the reverse fulfillment order.
* [status](/docs/api/admin/2025-01/enums/ReverseFulfillmentOrderStatus): ReverseFulfillmentOrderStatus! - The status of the reverse fulfillment order.
* [thirdPartyConfirmation](/docs/api/admin/2025-01/objects/ReverseFulfillmentOrderThirdPartyConfirmation): ReverseFulfillmentOrderThirdPartyConfirmation - The current confirmation for the reverse fulfillment order from a third-party logistics service. 
If no third-party service is involved, then this value is `nil`.

## Connections
* [lineItems](/docs/api/admin/2025-01/connections/ReverseFulfillmentOrderLineItemConnection): ReverseFulfillmentOrderLineItemConnection!
* [reverseDeliveries](/docs/api/admin/2025-01/connections/ReverseDeliveryConnection): ReverseDeliveryConnection!



## Related queries
* [reverseFulfillmentOrder](/docs/api/admin/2025-01/queries/reverseFulfillmentOrder) Lookup a reverse fulfillment order by ID.

## Related mutations

## Related Unions

## Examples