Generated after adding a Custom Field using the Set CustomField.

interface OrderCustomFieldAddedMessagePayload {
    name: string;
    type: "OrderCustomFieldAdded";
    value: any;
}

Properties

Properties

name: string

Name of the Custom Field that was added.

type: "OrderCustomFieldAdded"
value: any

The added CustomFieldValue based on the FieldType.