# OrderRiskAssessmentCreateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for an order risk assessment. ### Access Scopes ## Fields * [facts](/docs/api/admin-graphql/2024-10/input-objects/OrderRiskAssessmentFactInput): OrderRiskAssessmentFactInput! - The list of facts used to determine the fraud assessment. * [orderId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the order receiving the fraud assessment. * [riskLevel](/docs/api/admin-graphql/2024-10/enums/RiskAssessmentResult): RiskAssessmentResult! - The risk level of the fraud assessment. ## Input objects with this input object * [orderRiskAssessmentCreate](/docs/api/admin-graphql/2024-10/mutations/orderRiskAssessmentCreate) ## Examples