--- title: Deprecation of Order Risk APIs and Introduction of Risk Assessments API - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/deprecation-of-order-risk-apis-and-introduction-of-risk-assessments-api md: https://shopify.dev/changelog/deprecation-of-order-risk-apis-and-introduction-of-risk-assessments-api.md --- [Back to Developer changelog](https://shopify.dev/changelog) February 12, 2024 Tags: * Admin GraphQL API * Admin REST API * 2024-04 # Deprecation of Order Risk APIs and Introduction of Risk Assessments API Starting from April 2024, the Order risk REST and GraphQL APIs are deprecated: * [admin-rest / order-risk](https://shopify.dev/docs/api/admin-rest/2024-04/resources/order-risk) * [admin-graphql / field-order-risks](https://shopify.dev/docs/api/admin-graphql/2024-04/objects/Order#field-order-risks) * [admin-graphql / field-order-riskLevel](https://shopify.dev/docs/api/admin-graphql/2024-04/objects/Order#field-order-risklevel) Clients are advised to use the new [Risk Assessments API](https://shopify.dev/docs/api/admin-graphql/2024-04/objects/OrderRiskAssessment) instead: To create assessments, you can now use the new mutation [orderRiskAssessmentCreate](https://shopify.dev/docs/api/admin-graphql/2024-04/mutations/orderRiskAssessmentCreate). Additionally, a new webhook topic is available: [ORDERS\_RISK\_ASSESSMENT\_CHANGED](https://shopify.dev/docs/api/admin-graphql/2024-04/enums/WebhookSubscriptionTopic#value-ordersriskassessmentchanged-ordersriskassessmentchanged)