Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetChannelListAutoCallDriverSetting

    GetChannelListAutoCallDriverSetting sub-interface for GetChannelListLogisticsChannel

    interface GetChannelListAutoCallDriverSetting {
        auto_call_driver_eligible?: boolean;
        auto_call_driver_enabled?: boolean;
        preparation_time?: number;
        preparation_time_limit?: GetChannelListPreparationTimeLimit;
    }
    Index

    Properties

    auto_call_driver_eligible?: boolean

    Indicate whether this channel is eligible for Auto Call Driver.

    auto_call_driver_enabled?: boolean

    Indicate whether Auto Call Driver is currently enabled for this channel

    preparation_time?: number

    The current valid preparation time for this channel, in minutes.

    preparation_time_limit?: GetChannelListPreparationTimeLimit

    The preparation time range allowed for this channel.Note: When calling v2.logistics.update_channel to set the Preparation Time for the channel, the time must not exceed this range.