Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Type Alias GetChannelListResponseLogisticsChannelList

    type GetChannelListResponseLogisticsChannelList = {
        logistics_channel_id?: number;
        logistics_channel_name?: string;
        shipment_method?: string;
    }
    Index

    Properties

    logistics_channel_id?: number

    The identity of logistic channel.

    logistics_channel_name?: string

    The name of logistic channel.

    shipment_method?: string

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