--- title: ReverseDeliveryDeliverable - Customer API description: The method and associated details of a reverse delivery. api_version: 2026-04 api_name: customer type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/customer/latest/unions/ReverseDeliveryDeliverable md: >- https://shopify.dev/docs/api/customer/latest/unions/ReverseDeliveryDeliverable.md --- # Reverse​Delivery​Deliverable union The method and associated details of a reverse delivery. ## Fields with this union * [Reverse​Delivery.deliverable](https://shopify.dev/docs/api/customer/latest/objects/ReverseDelivery#field-ReverseDelivery.fields.deliverable) 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). *** ```graphql union ReverseDeliveryDeliverable = ReverseDeliveryShippingDeliverable ```