Skip to main content
Anchor to OrderRiskAssessmentCreatePayload

OrderRiskAssessmentCreatePayload

payload

Return type for orderRiskAssessmentCreate mutation.

•OrderRiskAssessment

The order risk assessment created.

•[OrderRiskAssessmentCreateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

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