--- title: ReverseDelivery - Customer API description: |- A reverse delivery represents a package being sent back by a buyer to a merchant post-fulfillment. This could occur when a buyer requests a return and the merchant provides a shipping label. The reverse delivery includes the context of the items being returned, the method of return (for example, a shipping label), and the current status of the delivery (tracking information). api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/reversedelivery md: https://shopify.dev/docs/api/customer/latest/objects/reversedelivery.md --- # Reverse​Delivery object A reverse delivery represents a package being sent back by a buyer to a merchant post-fulfillment. This could occur when a buyer requests a return and the merchant provides a shipping label. The reverse delivery includes the context of the items being returned, the method of return (for example, a shipping label), and the current status of the delivery (tracking information). ## Fields * customer​Generated​Label [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether the label was generated by the customer. * deliverable [Reverse​Delivery​Deliverable](https://shopify.dev/docs/api/customer/latest/unions/ReverseDeliveryDeliverable) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The deliverable linked with the reverse delivery. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. *** ## Map ### Fields and connections with this object * {}[Return.reverseDeliveries](https://shopify.dev/docs/api/customer/latest/objects/Return#field-Return.fields.reverseDeliveries) * <->[ReverseDeliveryConnection.nodes](https://shopify.dev/docs/api/customer/latest/connections/ReverseDeliveryConnection#returns-nodes) * {}[ReverseDeliveryEdge.node](https://shopify.dev/docs/api/customer/latest/objects/ReverseDeliveryEdge#field-ReverseDeliveryEdge.fields.node) *** ## Interfaces * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface *** ## ||-ReverseDelivery Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)