Get all order risks
GET https://api.ecartapi.com/api/v2/orders/{{orderId}}/risks
Retrieves all risks of a order.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"risks":[{"id":"7509049278681","orderId":"1096718172372","checkoutId":"13732431446233","source":"Internal","score":"1.0","recommendation":"cancel","message":"Shopify recommendation"},{"id":"7509049278680","orderId":"5096718172376","checkoutId":"33732431446232","source":"Internal","score":"1.0","recommendation":"cancel","message":"Shopify recommendation"},{"id":"7524756324561","orderId":"1096718172372","checkoutId":null,"source":"Internal","score":"1.0","recommendation":"cancel","message":"Shopify recommendation"}]}