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

    Interface UpdateChannelRequest

    Request parameters for update_channel

    Use this api to update shop level logistics channel's configuration.

    interface UpdateChannelRequest {
        auto_call_driver_setting?: UpdateChannelAutoCallDriverSetting;
        cod_enabled?: boolean;
        enabled?: boolean;
        logistics_channel_id: number;
    }
    Index

    Properties

    auto_call_driver_setting?: UpdateChannelAutoCallDriverSetting
    cod_enabled?: boolean

    Whether to enable COD for this logistic channel. Only COD supported channels are applicable.

    enabled?: boolean

    Whether to enable this logistic channel.

    logistics_channel_id: number

    The identity of logistic channel.