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

    Interface BusinessUnitShippingAddressAddedMessagePayload

    Generated after a successful Add Shipping Address Identifier update action.

    interface BusinessUnitShippingAddressAddedMessagePayload {
        address: Address;
        type: "BusinessUnitShippingAddressAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address: Address

    The address that was added to the Business Unit as shipping address.

    type: "BusinessUnitShippingAddressAdded"