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

    Interface GetChannelListVolumeLimit

    GetChannelListVolumeLimit sub-interface for GetChannelListLogisticsChannel

    interface GetChannelListVolumeLimit {
        item_max_volume?: number;
        item_min_volume?: number;
    }
    Index

    Properties

    item_max_volume?: number

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

    item_min_volume?: number

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