---
title: ReverseDeliveryDeliverable - Customer API
description: The method and associated details of a reverse delivery.
api_version: unstable
api_name: customer
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/unstable/unions/ReverseDeliveryDeliverable
  md: >-
    https://shopify.dev/docs/api/customer/unstable/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/unstable/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
```
