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

    Struct that holds collection of transactions.

    interface TransactionListing {
        nextPageToken?: string;
        transactions: Transaction[];
    }
    Index

    Properties

    nextPageToken?: string

    If present, use this pagination token to retrieve the next page of supply sources, if not provided the API will return same response. The field will only be provided when the list is greater than 100.

    transactions: Transaction[]

    Collection that holds Transaction