# ReverseFulfillmentOrder - admin-graphql - OBJECT Version: 2024-10 ## 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-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [order](/docs/api/admin-graphql/2024-10/objects/Order): Order! - The order associated with the reverse fulfillment order. * [status](/docs/api/admin-graphql/2024-10/enums/ReverseFulfillmentOrderStatus): ReverseFulfillmentOrderStatus! - The status of the reverse fulfillment order. * [thirdPartyConfirmation](/docs/api/admin-graphql/2024-10/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-graphql/2024-10/connections/ReverseFulfillmentOrderLineItemConnection): ReverseFulfillmentOrderLineItemConnection! * [reverseDeliveries](/docs/api/admin-graphql/2024-10/connections/ReverseDeliveryConnection): ReverseDeliveryConnection! ## Related queries * [reverseFulfillmentOrder](/docs/api/admin-graphql/2024-10/queries/reverseFulfillmentOrder) Lookup a reverse fulfillment order by ID. ## Related mutations ## Related Unions ## Examples