# OrderRiskSummary - admin - OBJECT
Version: 2025-01

## Description
Summary of risk characteristics for an order.

See the [example query "Retrieves a list of all order risks for an order"](https://shopify.dev/docs/api/admin-graphql/unstable/queries/order?example=Retrieves+a+list+of+all+order+risks+for+an+order).

### Access Scopes
`read_orders` access scope.


## Fields
* [assessments](/docs/api/admin/2025-01/objects/OrderRiskAssessment): OrderRiskAssessment! - The list of risk assessments for the order.
* [recommendation](/docs/api/admin/2025-01/enums/OrderRiskRecommendationResult): OrderRiskRecommendationResult! - The recommendation for the order based on the results of the risk assessments. This suggests the action the merchant should take with regards to its risk of fraud.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples