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

    The response schema for the listOffers operation.

    interface ListOffersResponse {
        offers?: ListOffersResponseOffer[];
        pagination?: PaginationResponse;
    }
    Index

    Properties

    Properties

    A list of offers.

    pagination?: PaginationResponse