Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Mandatory information for initiating a schedule transfer.

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

    The end date of the scheduled transfer.

    scheduleExpression?: ScheduleExpression
    scheduleStartDate?: string

    The start date of the scheduled transfer.

    scheduleType?: "TIME_BASED"