--- title: ReverseDeliveryDeliverable - Customer API description: The method and associated details of a reverse delivery. api_version: 2025-10 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. ## Possible types * [Reverse​Delivery​Shipping​Deliverable](https://shopify.dev/docs/api/customer/latest/objects/ReverseDeliveryShippingDeliverable) OBJECT A set of shipping deliverables for reverse delivery. * label [Reverse​Delivery​Label](https://shopify.dev/docs/api/customer/latest/objects/ReverseDeliveryLabel) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The return label that's attached to the reverse delivery. * tracking [Reverse​Delivery​Tracking](https://shopify.dev/docs/api/customer/latest/objects/ReverseDeliveryTracking) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The tracking information for the 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 ```