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

    Struct that holds collection of transfer schedules.

    interface TransferScheduleListing {
        nextPageToken?: string;
        transferSchedules: TransferSchedule[];
    }
    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.

    transferSchedules: TransferSchedule[]

    Collection that holds list of Transfer Schedules