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

    Interface VolumeLimit

    Volume limit for logistics channel

    interface VolumeLimit {
        item_max_volume: number;
        item_min_volume: number;
    }
    Index

    Properties

    item_max_volume: number

    Max volume for an item on this logistic channel

    item_min_volume: number

    Min volume for an item on this logistic channel