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

    Interface GetChannelListLogisticsChannel

    GetChannelListLogisticsChannel sub-interface for GetChannelListResponseData

    interface GetChannelListLogisticsChannel {
        logistics_channel_id?: number;
        logistics_channel_name?: string;
        shipment_method?: string | number;
    }
    Index

    Properties

    logistics_channel_id?: number

    The identity of logistic channel.

    logistics_channel_name?: string

    The name of logistic channel.

    shipment_method?: string | number

    The shipment method for bound orders.Available values: pickup, dropoff, self_deliver.