# ReverseDelivery - customer - OBJECT Version: 2025-04 ## 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). ### Access Scopes ## Fields * [customerGeneratedLabel](/docs/api/customer/2025-04/scalars/Boolean): Boolean! - Whether the label was generated by the customer. * [deliverable](/docs/api/customer/2025-04/unions/ReverseDeliveryDeliverable): ReverseDeliveryDeliverable - The deliverable linked with the reverse delivery. * [id](/docs/api/customer/2025-04/scalars/ID): ID! - A globally-unique ID. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples