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

    The response to the listReturns operation.

    interface ReturnsResponse {
        nextToken?: string;
        returns?: Return[];
    }
    Index

    Properties

    Properties

    nextToken?: string

    A token that you use to retrieve the next page of results. The response includes nextToken when there are multiple pages of results. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until nextToken is null. Note that this operation can return empty pages.

    returns?: Return[]

    A list of returns.