The response schema for the getOrderMetrics operation.

Export

GetOrderMetricsResponse

interface GetOrderMetricsResponse {
    errors?: Error[];
    payload?: OrderMetricsInterval[];
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetOrderMetricsResponse

A set of order metrics, each scoped to a particular time interval.

Memberof

GetOrderMetricsResponse