@gradientedge/commercetools-utils
    Preparing search index...

    Interface ParcelMeasurements

    interface ParcelMeasurements {
        heightInMillimeter?: number;
        lengthInMillimeter?: number;
        weightInGram?: number;
        widthInMillimeter?: number;
    }
    Index

    Properties

    heightInMillimeter?: number

    Height of the Parcel.

    lengthInMillimeter?: number

    Length of the Parcel.

    weightInGram?: number

    Weight of the Parcel.

    widthInMillimeter?: number

    Width of the Parcel.