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

    Use these parameters to paginate through the response.

    interface ListOffersRequestPagination {
        limit: number;
        offset: number;
    }
    Index

    Properties

    Properties

    limit: number

    The maximum number of results to return in the response.

    offset: number

    The offset from which to retrieve the number of results specified by the limit value. The first result is at offset 0.