# OrderRiskSummary - admin-graphql - OBJECT Version: 2024-07 ## 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-graphql/2024-07/objects/OrderRiskAssessment): OrderRiskAssessment! - The list of risk assessments for the order. * [recommendation](/docs/api/admin-graphql/2024-07/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