Anchor to OrderRiskAssessmentCreateUserErrorOrder
objectOrder Risk Assessment Create User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (OrderRiskAssessmentCreateUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Order
Risk Assessment Create User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- orderRiskAssessmentCreate (OrderRiskAssessmentCreatePayload)
- •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.
- Anchor to orderRiskAssessmentInputorder•Order
Risk Assessment Input Risk Assessment Create Input! required The input fields required to create a risk assessment.
Arguments
Was this section helpful?