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

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

Properties

Properties

name: string

Name of the Custom Field that was removed.

type: "OrderCustomFieldRemoved"