---
title: Return
framework: walletorders
role: symbol
role_heading: Object
path: walletorders/return
---

# Return

The details of a return order.

## Declaration

```data
object Return
```

## Properties

returnIdentifier: A unique identifier for the return. This isn’t displayed to the user, and is only used for identifying changes and user notifications. status: The status of the return. carrier: The carrier used to return the products. dropOffBy: The date and time for the product drop-off. Use ISO 8601 format. initiatedAt: The date and time for the initated return. Use ISO 8601 format. lineItems: An array of line items for the customer to return, displayed in the order provided. notes: Additional information about the return. returnedAt: The return date and time of a product. Use ISO 8601 format. returnLabel: A printable filename of a label within the bundle used to mail the products back. The total size of the bundle must be below 5 MB. Supports, PDF, JPG, and PNG labels. returnManagementURL: A URL where the customer can manage the return. returnNumber: The number of the return displayed to the customer. statusDescription: A localized message describing the return status.

## See Also

### Supporting objects

- [Customer](walletorders/customer.md)
- [Merchant](walletorders/merchant.md)
- [Address](walletorders/address.md)
- [Application](walletorders/application.md)
- [Barcode](walletorders/barcode.md)
- [CurrencyAmount](walletorders/currencyamount.md)
- [LineItem](walletorders/lineitem.md)
- [Location](walletorders/location.md)
- [OrderIdentifiers](walletorders/orderidentifiers.md)
- [OrderProvider](walletorders/orderprovider.md)
- [Payment](walletorders/payment.md)
- [Payment.SummaryItems](walletorders/payment/summaryitems-data.dictionary.md)
- [PaymentMethod](walletorders/paymentmethod.md)
- [PaymentTransaction](walletorders/paymenttransaction.md)
- [PickupFulfillment](walletorders/pickupfulfillment.md)
