OrderRisk object
Represents a fraud check on an order.
Required access
read_orders
access scope.
On this page
Fields
- display (
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
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 (
[OrderRiskLevel](https://shopify.dev/docs/admin-api/graphql/reference/orders/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 (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The risk message that’s shown to the merchant in the Shopify admin.
Types that return OrderRisk
[Order.risks](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#risks-2021-01)