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

    The response schema for the listOfferMetrics operation.

    interface ListOfferMetricsResponse {
        offers?: ListOfferMetricsResponseOffer[];
        pagination?: PaginationResponse;
    }
    Index

    Properties

    Properties

    A list of offers and associated metrics.

    pagination?: PaginationResponse