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

    Interface ParcelMeasurementsUpdatedMessagePayload

    Generated after a successful Set Parcel Measurements update action.

    interface ParcelMeasurementsUpdatedMessagePayload {
        deliveryId: string;
        measurements?: ParcelMeasurements;
        parcelId: string;
        shippingKey?: string;
        type: "ParcelMeasurementsUpdated";
    }

    Hierarchy (View Summary)

    Index

    Properties

    deliveryId: string

    Unique identifier of the Delivery.

    measurements?: ParcelMeasurements

    The Parcel Measurements that were set on the Parcel.

    parcelId: string

    Unique identifier of the Parcel.

    shippingKey?: string

    User-defined unique identifier of the Shipping Method in a Cart with Multiple ShippingMode.

    type: "ParcelMeasurementsUpdated"