OrderRisks
Lists the order risks associated with this order.
View-Specific Information
Select
The adapter uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The adapter processes other filters client-side within the adapter.
- OrderId supports the '=,IN' comparison operators.
For example, the following queries are processed server side:
SELECT * FROM OrderRisks
SELECT * FROM OrderRisks WHERE OrderId = 'Val1'
Columns
Name | Type | References | Description |
OrderId [KEY] | String | The order which this order risk is associated. | |
Display | Bool | 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 | String | The likelihood that an order is fraudulent, based on this order risk. The level can be set by Shopify risk analysis or by an app. | |
Message [KEY] | String | The risk message that's shown to the merchant in the Shopify admin. |