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

Create a risk assessment for an order.

Arguments

Anchor to orderRiskAssessmentInputorderRiskAssessmentInput
•OrderRiskAssessmentCreateInput!required

The input fields required to create a risk assessment.


Fields

•OrderRiskAssessment

The order risk assessment created.

•[OrderRiskAssessmentCreateUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?