Typescript SDK Type Docs
    Preparing search index...

    Interface BusinessUnitSetCustomerGroupAssignmentsAction

    Assigns multiple Customer Groups to a Business Unit.

    This action generates the [BusinessUnitCustomerGroupAssignmentsSet](ctp:api:type:BusinessUnitCustomerGroupAssignmentsSetMessage) Message.
    
    interface BusinessUnitSetCustomerGroupAssignmentsAction {
        action: "setCustomerGroupAssignments";
        customerGroupAssignments?: CustomerGroupAssignmentDraft[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setCustomerGroupAssignments"
    customerGroupAssignments?: CustomerGroupAssignmentDraft[]

    Customer Groups to assign the Business Unit to.