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

    Interface CustomerGroupDraft

    interface CustomerGroupDraft {
        custom?: CustomFieldsDraft;
        groupName: string;
        key?: string;
    }
    Index

    Properties

    Custom Fields for the CustomerGroup.

    groupName: string

    Unique value which must be different from any value used for name in CustomerGroup in the Project. If not, a DuplicateField error is returned.

    key?: string

    User-defined unique identifier for the CustomerGroup.