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

    Interface CustomerAddCustomerGroupAssignmentAction

    Assigns a Customer Group to a Customer. This action generates the CustomerGroupAssignmentAdded Message.

    interface CustomerAddCustomerGroupAssignmentAction {
        action: "addCustomerGroupAssignment";
        customerGroupAssignment: CustomerGroupAssignmentDraft;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "addCustomerGroupAssignment"
    customerGroupAssignment: CustomerGroupAssignmentDraft

    Customer Group to assign the Customer to.