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