Typescript SDK Type Docs
    Preparing search index...

    Interface BusinessUnitAddCustomerGroupAssignmentAction

    Assigns a Customer Group to a Business Unit.

    This action generates the [BusinessUnitCustomerGroupAssignmentAdded](ctp:api:type:BusinessUnitCustomerGroupAssignmentAddedMessage) Message.
    
    interface BusinessUnitAddCustomerGroupAssignmentAction {
        action: "addCustomerGroupAssignment";
        customerGroupAssignment: CustomerGroupAssignmentDraft;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "addCustomerGroupAssignment"
    customerGroupAssignment: CustomerGroupAssignmentDraft

    Customer Group to assign the Business Unit to.