Order Risk Assessment
Requires access scope.
The risk assessments for an order.
See the example query "Retrieves a list of all order risks for an order".
Anchor to FieldsFields
- facts ([RiskFact!]!)
- provider (App)
- riskLevel (RiskAssessmentResult!)
- Anchor to factsfacts•[Risk
Fact!]! non-null Optional facts used to describe the risk assessment. The values in here are specific to the provider. See the examples for the mutation orderRiskAssessmentCreate.
- Anchor to providerprovider•App
The app that provided the assessment,
nullif the assessment was provided by Shopify.- Anchor to riskLevelrisk•Risk
Level Assessment Result! non-null The likelihood that the order is fraudulent, based on this risk assessment.
Anchor to MutationsMutations
- orderRiskAssessmentCreate (OrderRiskAssessmentCreatePayload)
- •mutation
Creates a fraud risk assessment for a specific order, evaluating the likelihood that the order is fraudulent based on various risk signals. Use this to trigger risk analysis on orders that need manual review or to integrate custom risk scoring into order processing workflows.
- Anchor to orderRiskAssessmentInputorder•Order
Risk Assessment Input Risk Assessment Create Input! required The input fields required to create a risk assessment.
Arguments