# OrderAgreement - admin - OBJECT
Version: unstable

## Description
An agreement associated with an order placement.

### Access Scopes
`read_orders` access scope or `read_marketplace_orders` access scope.


## Fields
* [app](/docs/api/admin/unstable/objects/App): App - The application that created the agreement.
* [happenedAt](/docs/api/admin/unstable/scalars/DateTime): DateTime! - The date and time at which the agreement occured.
* [id](/docs/api/admin/unstable/scalars/ID): ID! - The unique ID for the agreement.
* [order](/docs/api/admin/unstable/objects/Order): Order! - The order associated with the agreement.
* [reason](/docs/api/admin/unstable/enums/OrderActionType): OrderActionType! - The reason the agremeent was created.
* [user](/docs/api/admin/unstable/objects/StaffMember): StaffMember - The staff member associated with the agreement.

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



## Related queries

## Related mutations

## Related Unions

## Examples