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

    Interface UpdateChannelAutoCallDriverSetting

    UpdateChannelAutoCallDriverSetting sub-interface for UpdateChannelRequest

    interface UpdateChannelAutoCallDriverSetting {
        auto_call_driver_enabled?: boolean;
        preparation_time?: number;
    }
    Index

    Properties

    auto_call_driver_enabled?: boolean

    Whether to enable Auto Call Driver for this logistic channel.

    preparation_time?: number

    Used to set the Preparation Time for this channel, in minutes. Required when auto_call_driver_enabled = true.Note: Please ensure the passed preparation_time value falls within the preparation_time_limit range returned by v2.logistics.get_channel_list.