# reverseFulfillmentOrder - admin-graphql - QUERY Version: 2024-10 ## Description Lookup a reverse fulfillment order by ID. ### Access Scopes `read_returns` access scope. ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the reverse fulfillment order to return. ## Returns * [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`. ## Examples