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

    Interface CustomerRemoveCustomerGroupAssignmentAction

    Unassigns a Customer Group from a Customer. This action generates the CustomerGroupAssignmentRemoved Message.

    interface CustomerRemoveCustomerGroupAssignmentAction {
        action: "removeCustomerGroupAssignment";
        customerGroup: CustomerGroupResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "removeCustomerGroupAssignment"

    Customer Group to unassign the Customer from.