--- title: ReturnAgreement - Customer API description: An agreement between the merchant and customer for a return. api_version: 2025-01 api_name: customer type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/2025-01/objects/ReturnAgreement' md: 'https://shopify.dev/docs/api/customer/2025-01/objects/ReturnAgreement.md' --- # Return​Agreement object An agreement between the merchant and customer for a return. ## Fields * happened​At [Date​Time!](https://shopify.dev/docs/api/customer/2025-01/scalars/DateTime) non-null The date and time when the agreement occurred. * id [ID!](https://shopify.dev/docs/api/customer/2025-01/scalars/ID) non-null The unique ID for the agreement. * reason [Order​Action​Type!](https://shopify.dev/docs/api/customer/2025-01/enums/OrderActionType) non-null The reason the agreement was created. * sales [Sale​Connection!](https://shopify.dev/docs/api/customer/2025-01/connections/SaleConnection) non-null The sales associated with the agreement. *** ## Map No referencing types *** ## Interfaces * * [Node](https://shopify.dev/docs/api/customer/2025-01/interfaces/Node) interface * [Sales​Agreement](https://shopify.dev/docs/api/customer/2025-01/interfaces/SalesAgreement) interface *** ## ||-ReturnAgreement Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/2025-01/interfaces/Node) * ||-[Sales​Agreement](https://shopify.dev/docs/api/customer/2025-01/interfaces/SalesAgreement)