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

    Interface UpdateChannelResponseData

    UpdateChannelResponseData sub-interface for UpdateChannelResponse

    interface UpdateChannelResponseData {
        auto_call_driver_setting?: UpdateChannelAutoCallDriverSetting;
        cod_enabled?: boolean;
        enabled?: boolean;
        is_multi_warehouse?: boolean;
        logistics_channel_id?: number;
        shop_id?: number;
        updated_channels?: UpdateChannelUpdatedChannel[];
    }
    Index

    Properties

    auto_call_driver_setting?: UpdateChannelAutoCallDriverSetting
    cod_enabled?: boolean

    Whether COD is enabled for this channel.

    enabled?: boolean

    Whether this logistic channel is enabled.

    is_multi_warehouse?: boolean
    logistics_channel_id?: number

    The identity of logistic channel.

    shop_id?: number

    Shopee's unique identifier for a shop.

    updated_channels?: UpdateChannelUpdatedChannel[]

    List of channels that are updated in the operation (inclusive of dependent logistics channels)