# ReturnAgreement - customer - OBJECT Version: 2025-07 ## Description An agreement between the merchant and customer for a return. ### Access Scopes ## Fields * [happenedAt](/docs/api/customer/2025-07/scalars/DateTime): DateTime! - The date and time when the agreement occurred. * [id](/docs/api/customer/2025-07/scalars/ID): ID! - The unique ID for the agreement. * [reason](/docs/api/customer/2025-07/enums/OrderActionType): OrderActionType! - The reason the agreement was created. * [return](/docs/api/customer/2025-07/objects/Return): Return! - The return associated with the agreement. ## Connections * [sales](/docs/api/customer/2025-07/connections/SaleConnection): SaleConnection! ## Related queries ## Related mutations ## Related Unions ## Examples