---
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: unstable
api_name: customer
source_url:
  html: 'https://shopify.dev/docs/api/customer/unstable/objects/ReverseDelivery'
  md: 'https://shopify.dev/docs/api/customer/unstable/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/unstable/scalars/Boolean)

  non-null

  Whether the label was generated by the customer.

* deliverable

  [Reverse​Delivery​Deliverable](https://shopify.dev/docs/api/customer/unstable/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/unstable/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/unstable/objects/Return#field-Return.fields.reverseDeliveries)
* [ReverseDeliveryConnection.nodes](https://shopify.dev/docs/api/customer/unstable/connections/ReverseDeliveryConnection#returns-nodes)
* [ReverseDeliveryEdge.node](https://shopify.dev/docs/api/customer/unstable/objects/ReverseDeliveryEdge#field-ReverseDeliveryEdge.fields.node)

***

## Interfaces

* [Node](https://shopify.dev/docs/api/customer/unstable/interfaces/Node)

  interface

***

## ReverseDelivery Implements

### Implements

* [Node](https://shopify.dev/docs/api/customer/unstable/interfaces/Node)
