Skip to main content
Version: 202201

Order Risk Detail

GET 

/openapi/2022-01/orders/:order_id/risks/:id

Retrieves a single risk record on the order by its id, including risk level, detail reasons, custom properties, and create/update times.

Request

Path Parameters

    order_id stringrequired

    Order's ID

    id stringrequired

    Risk's ID

Responses

200

Schema
    risk object
    idstring
    Example: 372997190408224746
    order_idstring
    Example: 633130-00000015
    levelstring
    Example: low
    valuestring[]
    properties object
    keystring
    Example: value
    created_atstring
    Example: 2024-04-25T06:37:40Z
    updated_atstring
    Example: 2024-04-25T06:37:40Z