Interface CustomerAddCustomerGroupAssignmentAction

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

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

Hierarchy (View Summary)

Properties

action: "addCustomerGroupAssignment"
customerGroupAssignment: CustomerGroupAssignmentDraft

Customer Group to assign the Customer to.