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

    Interface SetMartPackagingInfoDimension

    SetMartPackagingInfoDimension sub-interface for SetMartPackagingInfoRequest

    interface SetMartPackagingInfoDimension {
        height: number;
        length: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    The height of the packaging in centimetres (cm).

    length: number

    The length of the packaging in centimetres (cm).

    width: number

    The width of the packaging in centimetres (cm).