Interface ParcelMeasurementsUpdatedMessagePayload

Generated after a successful Set Parcel Measurements update action.

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

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 Multi ShippingMode.

type: "ParcelMeasurementsUpdated"

Generated using TypeDoc