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

    Interface GetMartPackagingInfoDimension

    GetMartPackagingInfoDimension sub-interface for GetMartPackagingInfoResponseData

    interface GetMartPackagingInfoDimension {
        height?: number;
        length?: number;
        width?: number;
    }
    Index

    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).