Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderRisk
Represents a fraud check on an order.
Signature:
export interface OrderRisk
| Property | Modifiers | Type | Description |
|---|---|---|---|
| display | Scalars[‘Boolean’][‘output’] | Whether the risk level is shown in the Shopify admin. If false, then this order risk is ignored when Shopify determines the overall risk level for the order. | |
| level? | Maybe<OrderRiskLevel | `${OrderRiskLevel}`> | <p>(Optional) The likelihood that an order is fraudulent, based on this order risk.</p><p>The level can be set by Shopify risk analysis or by an app.</p> | |
| message? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The risk message that’s shown to the merchant in the Shopify admin. |