# ReverseDelivery - admin-graphql - OBJECT Version: 2024-04 ## Description A reverse delivery is a post-fulfillment object that represents a buyer sending a package to a merchant. For example, a buyer requests a return, and a merchant sends the buyer a shipping label. The reverse delivery contains the context of the items sent back, how they're being sent back (for example, a shipping label), and the current state of the delivery (tracking information). ### Access Scopes `read_returns` access scope. ## Fields * [deliverable](/docs/api/admin-graphql/2024-04/unions/ReverseDeliveryDeliverable): ReverseDeliveryDeliverable - The deliverable associated with the reverse delivery. * [id](/docs/api/admin-graphql/2024-04/scalars/ID): ID! - The ID of the reverse delivery. * [reverseFulfillmentOrder](/docs/api/admin-graphql/2024-04/objects/ReverseFulfillmentOrder): ReverseFulfillmentOrder! - The `ReverseFulfillmentOrder` associated with the reverse delivery. ## Connections * [reverseDeliveryLineItems](/docs/api/admin-graphql/2024-04/connections/ReverseDeliveryLineItemConnection): ReverseDeliveryLineItemConnection! ## Related queries * [reverseDelivery](/docs/api/admin-graphql/2024-04/queries/reverseDelivery) Lookup a reverse delivery by ID. ## Related mutations * [reverseDeliveryCreateWithShipping](/docs/api/admin-graphql/2024-04/mutations/reverseDeliveryCreateWithShipping) Creates a new reverse delivery with associated external shipping information. * [reverseDeliveryShippingUpdate](/docs/api/admin-graphql/2024-04/mutations/reverseDeliveryShippingUpdate) Updates a reverse delivery with associated external shipping information. ## Related Unions ## Examples