Typescript SDK Type Docs
    Preparing search index...

    Interface ParcelMeasurementDraft

    interface ParcelMeasurementDraft {
        measurements?: ParcelMeasurements;
        parcelId: string;
    }
    Index

    Properties

    measurements?: ParcelMeasurements

    Information about the dimensions of the Parcel.

    parcelId: string

    id of an existing Parcel.