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

    Interface BusinessUnitDefaultShippingAddressSetMessagePayload

    Generated after a successful Set Default Shipping Address update action.

    interface BusinessUnitDefaultShippingAddressSetMessagePayload {
        address?: Address;
        type: "BusinessUnitDefaultShippingAddressSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address?: Address

    The address that was set as the default shipping address.

    type: "BusinessUnitDefaultShippingAddressSet"