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

    Mandatory information for initiating a schedule transfer.

    interface TransferScheduleInformation {
        scheduleEndDate?: string;
        scheduleExpression?: ScheduleExpression;
        scheduleStartDate?: string;
        scheduleType?: "TIME_BASED";
    }
    Index

    Properties

    scheduleEndDate?: string

    The end date of the scheduled transfer.

    scheduleExpression?: ScheduleExpression
    scheduleStartDate?: string

    The start date of the scheduled transfer.

    scheduleType?: "TIME_BASED"