# OrderRisk - admin-graphql - OBJECT
Version: 2025-01

## Description
Represents a fraud check on an order.
As of version 2024-04 this resource is deprecated. Risk Assessments can be queried via the
[OrderRisk Assessments API](https://shopify.dev/api/admin-graphql/2024-04/objects/OrderRiskAssessment).

### Access Scopes
`read_orders` access scope.


## Fields
* [display](/docs/api/admin-graphql/2025-01/scalars/Boolean): Boolean! - Whether the risk level is shown in the Shopify admin. If false, then this order risk is ignored when Shopify determines the overall risk level for the order.
* [level](/docs/api/admin-graphql/2025-01/enums/OrderRiskLevel): OrderRiskLevel - The likelihood that an order is fraudulent, based on this order risk.

The level can be set by Shopify risk analysis or by an app.
* [message](/docs/api/admin-graphql/2025-01/scalars/String): String - The risk message that's shown to the merchant in the Shopify admin.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples