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

    Request parameters for listTransferSchedules operation in SellerWalletApi.

    interface SellerWalletApiListTransferSchedulesRequest {
        accountId: string;
        marketplaceId: string;
        nextPageToken?: string;
    }
    Index

    Properties

    accountId: string

    ID of the Amazon SW account

    marketplaceId: string

    The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to Marketplace IDs.

    nextPageToken?: string

    Pagination token to retrieve a specific page of results.