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

    Interface DeliveryAddedMessagePayload

    Generated after a successful Add Delivery update action.

    interface DeliveryAddedMessagePayload {
        delivery: Delivery;
        shippingKey?: string;
        type: "DeliveryAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    delivery: Delivery

    Delivery that was added to the Order. The Delivery in the Message body does not contain Parcels if those were part of the initial Add Delivery update action. In that case, the update action produces an additional Parcel Added To Delivery Message containing information about the Parcels.

    shippingKey?: string

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

    type: "DeliveryAdded"