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

    Interface GetChannelListWeightLimit

    GetChannelListWeightLimit sub-interface for GetChannelListLogisticsChannel

    interface GetChannelListWeightLimit {
        item_max_weight?: number;
        item_min_weight?: number;
    }
    Index

    Properties

    item_max_weight?: number

    The max weight for an item on this logistic channel.If the value is 0 or null, that means there is no limit.

    item_min_weight?: number

    The min weight for an item on this logistic channel. If the value is 0 or null, that means there is no limit.