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