Selling Partner API SDK for JavaScript
    Preparing search index...

    Interface GetOrderMetricsResponse

    The response schema for the getOrderMetrics operation.

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

    Properties

    Properties

    errors?: Error[]

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

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