OrderRiskAssessment - admin-graphql - OBJECT
Version: 2024-10
Description:
The risk assessments for an order.
Access Scopes
`read_orders` access scope.
Fields
-
facts:
RiskFact! -
Optional facts used to describe the risk assessment. The values in here are specific to the provider.
See the [examples for the mutation orderRiskAssessmentCreate](https://shopify.dev/api/admin-graphql/unstable/mutations/orderRiskAssessmentCreate#section-examples).
-
provider:
App -
The app that provided the assessment, `null` if the assessment was provided by Shopify.
-
riskLevel:
RiskAssessmentResult! -
The likelihood that the order is fraudulent, based on this risk assessment.
Connections
Related queries
Related mutations
Related Unions
Examples