Typescript SDK Type Docs
    Preparing search index...

    Interface CustomerGroupAssignmentsSetMessagePayload

    Generated after a successful Set CustomerGroupAssignments update action.

    interface CustomerGroupAssignmentsSetMessagePayload {
        customerGroupAssignments: CustomerGroupAssignment[];
        oldCustomerGroupAssignments: CustomerGroupAssignment[];
        type: "CustomerGroupAssignmentsSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    customerGroupAssignments: CustomerGroupAssignment[]

    Customer Groups assigned to the Customer during the Set CustomerGroupAssignments update action.

    oldCustomerGroupAssignments: CustomerGroupAssignment[]

    Customer Groups assigned to the Customer before the Set CustomerGroupAssignments update action.

    type: "CustomerGroupAssignmentsSet"