Types > OrderRisk
Commerce APITypesOrderRisk
OrderRisk

Description

Topic: Order Risks

Fields

billing_address: OrderRiskBillingAddress


created_at: String!

The date and time when the risk score was created

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


display: Boolean!

Display this score or not

Example: true


external: Boolean!

Whether this score comes from an external service or from an internal one

Example: true


message: String!

Message describing the problem with order

Example: ""


order_canceled: Boolean!

If order was canceled or not by risk evaluation service

Example: false


order_id: String!

Unique order identifier this risk belongs to

Example: "or_EQzGqWoY"


risk_level: RiskLevel!

Risk level classification

Example: "low"


score: Float!

Risk score, from 0.0 to 1.0, 0 is the lowest risk, 1 is maximum risk

Example: 0.0


shipping: OrderRiskShipping


shipping_address: OrderRiskShippingAddress


Used By

Mutations

orderRisksCreate

Queries

orderRisks

Types

Order

Preview (typescript)

Loading module