Anchor to orderRiskAssessmentCreateorder
mutationorder Risk Assessment Create
Requires 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 Arguments
Arguments
- orderRiskAssessmentInput (OrderRiskAssessmentCreateInput!)
- Anchor to orderRiskAssessmentInputorder•Order
Risk Assessment Input Risk Assessment Create Input! required The input fields required to create a risk assessment.
Was this section helpful?
- orderRiskAssessment (OrderRiskAssessment)
- userErrors ([OrderRiskAssessmentCreateUserError!]!)
- Anchor to orderRiskAssessmentorder•Order
Risk Assessment Risk Assessment The order risk assessment created.
- Anchor to userErrorsuser•[Order
Errors Risk Assessment Create User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?