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

    Interface OrderCustomFieldRemovedMessagePayload

    Generated when a Custom Field has been removed from the Order using the Set CustomField action.

    interface OrderCustomFieldRemovedMessagePayload {
        name: string;
        type: "OrderCustomFieldRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the Custom Field that was removed.

    type: "OrderCustomFieldRemoved"