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

    Parameters containing information required for initiating a schedule transfer

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

    Properties

    scheduleEndDate?: string

    Field to specify end date of the scheduled transfer

    scheduleExpression?: ScheduleExpression
    scheduleStartDate?: string

    Field to specify start date of the scheduled transfer

    scheduleType?: "TIME_BASED"