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

    Interface ModelDimension

    Model dimension information

    interface ModelDimension {
        package_height: number;
        package_length: number;
        package_width: number;
    }
    Index

    Properties

    package_height: number

    The height of package for this model, the unit is CM

    package_length: number

    The length of package for this model, the unit is CM

    package_width: number

    The width of package for this model, the unit is CM