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

    Interface WeightLimit

    Weight limit for logistics channel

    interface WeightLimit {
        item_max_weight: number;
        item_min_weight: number;
    }
    Index

    Properties

    item_max_weight: number

    Max weight for an item on this logistic channel

    item_min_weight: number

    Min weight for an item on this logistic channel