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

    Interface BusinessUnitAssociatesSetMessagePayload

    Generated after a successful Set Associates update action.

    interface BusinessUnitAssociatesSetMessagePayload {
        associates: Associate[];
        type: "BusinessUnitAssociatesSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    associates: Associate[]

    The list of Associates that was updated on the Business Unit.

    type: "BusinessUnitAssociatesSet"