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

    Interface CustomerSetCustomerGroupAssignmentsAction

    Assigns multiple Customer Groups to a Customer. This action generates the CustomerGroupAssignmentsSetMessage Message.

    interface CustomerSetCustomerGroupAssignmentsAction {
        action: "setCustomerGroupAssignments";
        customerGroupAssignments: CustomerGroupAssignmentDraft[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setCustomerGroupAssignments"
    customerGroupAssignments: CustomerGroupAssignmentDraft[]

    Customer Groups to assign the Customer to.