Skip to main content
Anchor to orderRiskAssessmentCreate

orderRiskAssessmentCreate

mutation

Requires write_orders access scope. Also: This mutation is only accessible to apps authenticated using offline tokens.

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 orderRiskAssessmentInputorderRiskAssessmentInput
•OrderRiskAssessmentCreateInput!
required

The input fields required to create a risk assessment.


Was this section helpful?

Anchor to OrderRiskAssessmentCreatePayload returnsOrderRiskAssessmentCreatePayload returns

•OrderRiskAssessment

The order risk assessment created.

•[OrderRiskAssessmentCreateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?