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.

•

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

•

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
•

The input fields required to create a risk assessment.


Fields

•

The order risk assessment created.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?