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

    Interface DeliveryAddressSetMessagePayload

    Generated after a successful Set Delivery Address update action.

    interface DeliveryAddressSetMessagePayload {
        address?: Address;
        deliveryId: string;
        oldAddress?: Address;
        shippingKey?: string;
        type: "DeliveryAddressSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    address?: Address

    Address after the Set Delivery Address update action.

    deliveryId: string

    Unique identifier of the Delivery.

    oldAddress?: Address

    Address before the Set Delivery Address update action.

    shippingKey?: string

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

    type: "DeliveryAddressSet"