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

    Interface ParcelRemovedFromDeliveryMessagePayload

    Generated after a successful Remove Parcel from Delivery update action.

    interface ParcelRemovedFromDeliveryMessagePayload {
        deliveryId: string;
        parcel: Parcel;
        shippingKey?: string;
        type: "ParcelRemovedFromDelivery";
    }

    Hierarchy (View Summary)

    Index

    Properties

    deliveryId: string

    Unique identifier of the Delivery.

    parcel: Parcel

    Parcel that was removed from the Delivery.

    shippingKey?: string

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

    type: "ParcelRemovedFromDelivery"