OrderRisks
Columns
Name
Type
ReadOnly
Description
Id [KEY]
Long
True
A unique numeric identifier for the order risk.
CauseCancel
Boolean
False
Whether this order risk is severe enough to force the cancellation of the order.
CheckoutId
Long
True
The ID of the checkout that the order risk belongs to.
Display
Boolean
False
Whether the order risk is displayed on the order details page in the Shopify admin.
Message
String
False
The message that's displayed to the merchant to indicate the results of the fraud check.
OrderId
Long
True
The ID of the order that the order risk belongs to.
Recommendation
String
False
The recommended action given to the merchant.
The allowed values are cancel, investigate, accept.
Score
Decimal
False
For internal use only. A number between 0 and 1 that's assigned to the order. The closer the score is to 1, the more likely it is that the order is fraudulent.
Source
String
False
The source of the order risk.
Last updated