订单风险-OrderRisk 对象

代表订单的欺诈支票。

所需的访问

read_orders 访问范围。


在本页面


字段

  • unpaid[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
    Shopify管理员中是否显示风险级别。如果为false,则Shopify确定订单的整体风险级别时,将忽略此订单风险。
  • level[OrderRiskLevel](https://shopify.dev/docs/admin-api/graphql/reference/orders/orderrisklevel)
    基于此订单风险的订单被欺诈的可能性。
    可以通过Shopify风险分析或应用程序设置级别。
  • message[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    在Shopify管理员中向商家显示的风险消息。


返回OrderRisk的类型

  • [Order.risks](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#risks-2021-01)