Skip to main content
object

Requires read_orders access scope.

The risk assessments for an order.

See the example query "Retrieves a list of all order risks for an order".

•[RiskFact!]!
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.

•App

The app that provided the assessment, null if the assessment was provided by Shopify.

•RiskAssessmentResult!
non-null

The likelihood that the order is fraudulent, based on this risk assessment.


Was this section helpful?

•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.

Arguments

Anchor to orderRiskAssessmentInputorderRiskAssessmentInput
•OrderRiskAssessmentCreateInput!
required

The input fields required to create a risk assessment.



Was this section helpful?