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

    Interface BusinessUnitParentChangedMessagePayload

    Generated after a successful Change Parent Unit update action.

    interface BusinessUnitParentChangedMessagePayload {
        newParentUnit?: BusinessUnitKeyReference;
        oldParentUnit?: BusinessUnitKeyReference;
        type: "BusinessUnitParentChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    newParentUnit?: BusinessUnitKeyReference

    Parent unit of the Business Unit after the Change Parent Unit update action.

    oldParentUnit?: BusinessUnitKeyReference

    Parent unit of the Business Unit before the Change Parent Unit update action.

    type: "BusinessUnitParentChanged"