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

    Interface StagedOrderSetParcelMeasurementsAction

    Produces the ParcelMeasurementsUpdated Message.

    interface StagedOrderSetParcelMeasurementsAction {
        action: "setParcelMeasurements";
        measurements?: ParcelMeasurements;
        parcelId?: string;
        parcelKey?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setParcelMeasurements"
    measurements?: ParcelMeasurements

    Value to set. If empty, any existing value will be removed.

    parcelId?: string

    id of an existing Parcel.

    Either `parcelId` or `parcelKey` must be provided.
    
    parcelKey?: string

    key of an existing Parcel.

    Either `parcelId` or `parcelKey` must be provided.