Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The response schema for the listOffers operation.

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

    A list of offers.

    pagination?: PaginationResponse