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

    Interface OrderShippingAddressSetMessagePayload

    Generated after a successful Set Shipping Address update action.

    interface OrderShippingAddressSetMessagePayload {
        address?: Address;
        oldAddress?: Address;
        type: "OrderShippingAddressSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    address?: Address

    Shipping address on the Order after the Set Shipping Address update action.

    oldAddress?: Address

    Shipping address on the Order before the Set Shipping Address update action.

    type: "OrderShippingAddressSet"