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

    Interface BusinessUnitCustomTypeSetMessagePayload

    Generated after adding a Custom Type to a Business Unit using the Set Custom Type update action.

    interface BusinessUnitCustomTypeSetMessagePayload {
        customFields: CustomFields;
        oldTypeId?: string;
        type: "BusinessUnitCustomTypeSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    customFields: CustomFields

    The Custom Fields that were set.

    oldTypeId?: string

    id of the previous Custom Type. Absent if there was no previous Custom Type present.

    type: "BusinessUnitCustomTypeSet"