# ReturnAgreement - admin-graphql - OBJECT Version: 2024-10 ## Description An agreement between the merchant and customer for a return. ### Access Scopes `read_orders` access scope or `read_marketplace_orders` access scope. ## Fields * [app](/docs/api/admin-graphql/2024-10/objects/App): App - The application that created the agreement. * [happenedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time at which the agreement occured. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The unique ID for the agreement. * [reason](/docs/api/admin-graphql/2024-10/enums/OrderActionType): OrderActionType! - The reason the agremeent was created. * [return](/docs/api/admin-graphql/2024-10/objects/Return): Return! - The return associated with the agreement. * [user](/docs/api/admin-graphql/2024-10/objects/StaffMember): StaffMember - The staff member associated with the agreement. ## Connections * [sales](/docs/api/admin-graphql/2024-10/connections/SaleConnection): SaleConnection! ## Related queries ## Related mutations ## Related Unions ## Examples