# ReturnAgreement - admin - OBJECT
Version: 2025-01

## 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/2025-01/objects/App): App - The application that created the agreement.
* [happenedAt](/docs/api/admin/2025-01/scalars/DateTime): DateTime! - The date and time at which the agreement occured.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - The unique ID for the agreement.
* [reason](/docs/api/admin/2025-01/enums/OrderActionType): OrderActionType! - The reason the agremeent was created.
* [return](/docs/api/admin/2025-01/objects/Return): Return! - The return associated with the agreement.
* [user](/docs/api/admin/2025-01/objects/StaffMember): StaffMember - The staff member associated with the agreement.

## Connections
* [sales](/docs/api/admin/2025-01/connections/SaleConnection): SaleConnection!



## Related queries

## Related mutations

## Related Unions

## Examples